Skip to content

Commit a414cb3

Browse files
Update __main__.rst (GH-30896)
The reference to `venv` appears in the paragraph below, instead of above. Fixed the documentation. (cherry picked from commit 4e4e7c2) Co-authored-by: David Gilbertson <[email protected]> Co-authored-by: David Gilbertson <[email protected]>
1 parent c5a987b commit a414cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/__main__.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ attribute will include the package's path if imported::
253253

254254
This won't work for ``__main__.py`` files in the root directory of a .zip file
255255
though. Hence, for consistency, minimal ``__main__.py`` like the :mod:`venv`
256-
one mentioned above are preferred.
256+
one mentioned below are preferred.
257257

258258
.. seealso::
259259

0 commit comments

Comments
 (0)