From: David Gilbertson Date: Mon, 14 Feb 2022 18:53:16 +0000 (+1100) Subject: Update __main__.rst (GH-30896) X-Git-Tag: v3.11.0a6~212 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4e4e7c2684b80350e82d82e4feeda5de24d362b9;p=thirdparty%2FPython%2Fcpython.git Update __main__.rst (GH-30896) The reference to `venv` appears in the paragraph below, instead of above. Fixed the documentation. --- diff --git a/Doc/library/__main__.rst b/Doc/library/__main__.rst index c5f36a7fcf07..d0a65e76b842 100644 --- a/Doc/library/__main__.rst +++ b/Doc/library/__main__.rst @@ -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::