Skip to content

Commit b2c809b

Browse files
authored
Docs: correct Python console block type (#9880)
1 parent b490a86 commit b2c809b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user/build-customization.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ You can use this approach to cancel builds that you don't want to complete based
119119
`the Unix implementation does this automatically <https://tldp.org/LDP/abs/html/exitcodes.html>`_
120120
for exit codes greater than 255.
121121

122-
.. code-block:: python
122+
.. code-block:: pycon
123123
124-
>>> sum(list('skip'.encode('ascii')))
124+
>>> sum(list("skip".encode("ascii")))
125125
439
126126
>>> 439 % 256
127127
183

0 commit comments

Comments
 (0)