mirror of
https://github.com/python/cpython.git
synced 2025-11-03 19:34:08 +00:00
Update __main__.rst (GH-30896)
The reference to `venv` appears in the paragraph below, instead of above. Fixed the documentation.
This commit is contained in:
parent
e4abd464c1
commit
4e4e7c2684
1 changed files with 1 additions and 1 deletions
|
|
@ -253,7 +253,7 @@ attribute will include the package's path if imported::
|
||||||
|
|
||||||
This won't work for ``__main__.py`` files in the root directory of a .zip file
|
This won't work for ``__main__.py`` files in the root directory of a .zip file
|
||||||
though. Hence, for consistency, minimal ``__main__.py`` like the :mod:`venv`
|
though. Hence, for consistency, minimal ``__main__.py`` like the :mod:`venv`
|
||||||
one mentioned above are preferred.
|
one mentioned below are preferred.
|
||||||
|
|
||||||
.. seealso::
|
.. seealso::
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue