Skip to content

Commit 6a5e2da

Browse files
authored
Merge pull request #745 from lucascolley/colons
improve README formatting
2 parents d9f9b6a + 1a89906 commit 6a5e2da

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

recipe/meta.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -359,19 +359,19 @@ about:
359359
on both a small and large scale.
360360
361361
We provide some meta packages for convenience.
362-
To get a CPython flavour, use
362+
To get a CPython flavour, use:
363363
364364
conda install cpython
365365
366-
To get the freethreading build (i.e. without the Global Interpreter Lock - GIL)
366+
To get the freethreading build (i.e. without the Global Interpreter Lock - GIL):
367367
368368
conda install python-freethreading
369369
370-
To get the default build (i.e. with the GIL)
370+
To get the default build (i.e. with the GIL):
371371
372372
conda install python-gil
373373
374-
To enable the use of the experimental JIT compiler in CPython
374+
To enable the use of the experimental JIT compiler in CPython:
375375
376376
conda install python-jit
377377

0 commit comments

Comments
 (0)