Skip to content

Commit

Permalink
Merge pull request #1428 from LLyaudet/patch-2
Browse files Browse the repository at this point in the history
Correction of two code-blocks python -> pycon after suggestion from #1424
  • Loading branch information
chrysle committed Dec 7, 2023
2 parents ae0acb5 + 70783e8 commit e8a9716
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/tutorials/installing-packages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ please install the latest 3.x version from `python.org`_ or refer to the

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

.. code-block:: python
.. code-block:: pycon
>>> python3 --version
Traceback (most recent call last):
Expand Down
2 changes: 1 addition & 1 deletion source/tutorials/packaging-projects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ Make sure you're still in your virtual environment, then run Python:
and import the package:

.. code-block:: python
.. code-block:: pycon
>>> from example_package_YOUR_USERNAME_HERE import example
>>> example.add_one(2)
Expand Down

0 comments on commit e8a9716

Please sign in to comment.