File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments