mirror of
https://github.com/python/cpython.git
synced 2026-02-13 19:04:37 +00:00
Update __main__.rst (GH-30896)
The reference to `venv` appears in the paragraph below, instead of above.
Fixed the documentation.
(cherry picked from commit 4e4e7c2684)
Co-authored-by: David Gilbertson <gilbertson.david@gmail.com>
Co-authored-by: David Gilbertson <gilbertson.david@gmail.com>
This commit is contained in:
parent
c5a987bf4d
commit
a414cb35c2
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
|
||||
though. Hence, for consistency, minimal ``__main__.py`` like the :mod:`venv`
|
||||
one mentioned above are preferred.
|
||||
one mentioned below are preferred.
|
||||
|
||||
.. seealso::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue