Skip to content

Commit eb63ebd

Browse files
authored
PEP 582: Fix footnote (#2970)
1 parent 55ef1f4 commit eb63ebd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pep-0582.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ depend on the Python implementation name, as mentioned in the
134134
``sysconfig._INSTALL_SCHEMES['posix_prefix']`` dictionary.
135135

136136
For invoking a script, Python will try to find a ``__pypackages__`` inside of
137-
the directory that the script resides[1]_, ``/usr/bin``. The same will happen
137+
the directory that the script resides [1]_, ``/usr/bin``. The same will happen
138138
in case of the last example, where we are executing ``/usr/bin/ansible`` from
139139
inside of the ``foo`` directory. In both cases, it will **not** use the
140140
``__pypackages__`` in the current working directory.
@@ -161,7 +161,7 @@ install will be local by default. The trainer can then just keep telling them to
161161
use ``python3`` without any activation step, etc.
162162

163163

164-
.. [1]_: In the case of symlinks, it is the directory where the actual script
164+
.. [1] In the case of symlinks, it is the directory where the actual script
165165
resides, not the symlink pointing to the script
166166
167167

0 commit comments

Comments
 (0)