File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -357,19 +357,19 @@ about:
357357 on both a small and large scale.
358358
359359 We provide some meta packages for convenience.
360- To get a CPython flavour, use
360+ To get a CPython flavour, use:
361361
362362 conda install cpython
363363
364- To get the freethreading build (i.e. without the Global Interpreter Lock - GIL)
364+ To get the freethreading build (i.e. without the Global Interpreter Lock - GIL):
365365
366366 conda install python-freethreading
367367
368- To get the default build (i.e. with the GIL)
368+ To get the default build (i.e. with the GIL):
369369
370370 conda install python-gil
371371
372- To enable the use of the experimental JIT compiler in CPython
372+ To enable the use of the experimental JIT compiler in CPython:
373373
374374 conda install python-jit
375375
You can’t perform that action at this time.
0 commit comments