PEP 432: fix code block (#2729)

This commit is contained in:
Hugo van Kemenade 2022-07-22 19:22:34 +03:00 committed by GitHub
parent b1ad37039f
commit d927bbdad1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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