Skip to content

Commit d927bbd

Browse files
authored
PEP 432: fix code block (#2729)
1 parent b1ad370 commit d927bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pep-0432.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ tear down the interpreter:
247247

248248
Current numbers on my system for Python 3.7 (as built by the Fedora project):
249249

250-
.. code-block:: shell
250+
.. code-block:: console
251251

252252
$ python3 -m timeit -s "from subprocess import call" "call(['python3', '-Sc', 'pass'])"
253253
50 loops, best of 5: 6.48 msec per loop

0 commit comments

Comments
 (0)