Skip to content

Commit e8a9716

Browse files
authored
Merge pull request #1428 from LLyaudet/patch-2
Correction of two code-blocks python -> pycon after suggestion from #1424
2 parents ae0acb5 + 70783e8 commit e8a9716

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/tutorials/installing-packages.rst

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

5353
.. Note:: If you're a newcomer and you get an error like this:
5454

55-
.. code-block:: python
55+
.. code-block:: pycon
5656
5757
>>> python3 --version
5858
Traceback (most recent call last):

source/tutorials/packaging-projects.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ Make sure you're still in your virtual environment, then run Python:
493493
494494
and import the package:
495495

496-
.. code-block:: python
496+
.. code-block:: pycon
497497
498498
>>> from example_package_YOUR_USERNAME_HERE import example
499499
>>> example.add_one(2)

0 commit comments

Comments
 (0)