Skip to content

Commit 4495438

Browse files
committed
add changes
1 parent 7cad5cc commit 4495438

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/tutorial/modules.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,15 +205,15 @@ More details are at :ref:`sys-path-init`.
205205
script is calculated after the symlink is followed. In other words the
206206
directory containing the symlink is **not** added to the module search path.
207207

208-
After initialization, Python programs may modify :data:sys.path directly. This
208+
After initialization, Python programs may modify :data:`sys.path` directly. This
209209
can be useful in some situations, but it may also lead to import-related issues
210210
if misused.
211211

212212
Independently of any manual changes, Python automatically places the directory
213213
containing the executed script at the beginning of the module search path.
214214
Because this entry precedes the standard library path, modules in the script
215215
directory can shadow standard library modules of the same name. This is usually
216-
unintended and can lead to confusing errors. See section :ref:tut-standardmodules
216+
unintended and can lead to confusing errors. See section :ref:`tut-standardmodules`
217217
for more information.
218218

219219

0 commit comments

Comments
 (0)