Skip to content

Commit 88918ad

Browse files
danielrosemanncoghlan
authored andcommitted
Fix code block inside note. (pypa#421)
The double colon was causing the `..code-block` line to be interpreted as part of the code itself and therefore displaying in the HTML.
1 parent 947abe0 commit 88918ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tutorials/installing-packages.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ please install the latest 3.x version from `python.org`_ or refer to the
6161

6262
If you're using an enhanced shell like IPython or the Jupyter notebook, you
6363
can run system commands like those in this tutorial by prefacing them with
64-
a ``!`` character::
64+
a ``!`` character:
6565

6666
.. code-block:: python
6767

0 commit comments

Comments
 (0)