Skip to content

Commit ab665d2

Browse files
committed
Docs: correct Python console block type
1 parent 8048602 commit ab665d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user/build-customization.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ 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
124124
>>> sum(list('skip'.encode('ascii')))
125125
439

0 commit comments

Comments
 (0)