PEP 432: fix code block (#2729)
This commit is contained in:
parent
b1ad37039f
commit
d927bbdad1
|
@ -247,7 +247,7 @@ tear down the interpreter:
|
|||
|
||||
Current numbers on my system for Python 3.7 (as built by the Fedora project):
|
||||
|
||||
.. code-block:: shell
|
||||
.. code-block:: console
|
||||
|
||||
$ python3 -m timeit -s "from subprocess import call" "call(['python3', '-Sc', 'pass'])"
|
||||
50 loops, best of 5: 6.48 msec per loop
|
||||
|
|
Loading…
Reference in New Issue