PEP 582: Minor formatting fix. (#1128)

Remove extra space prior to closing "``", which was causing the rest of the sentence to appear monospaced.
This commit is contained in:
Christopher Hunt 2019-07-26 05:06:27 -04:00 committed by Nick Coghlan
parent cd7773ef7b
commit 4f42f5c7b6
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ inside of the ``foo`` directory. In both cases, it will **not** use the
``__pypackages__`` in the current working directory.
Similarly, if we invoke ``myscript.py`` from the first example, it will use the
``__pypackages__ `` directory that was in the ``foo`` directory.
``__pypackages__`` directory that was in the ``foo`` directory.
If we go inside of the ``foo`` directory and start the Python executable (the
interpreter), it will find the ``__pypackages__`` directory inside of the