From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 14 Feb 2022 20:10:34 +0000 (-0800) Subject: Update __main__.rst (GH-30896) X-Git-Tag: v3.10.3~94 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a414cb35c2cbfc9516484fdef382c7487a54f563;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. (cherry picked from commit 4e4e7c2684b80350e82d82e4feeda5de24d362b9) Co-authored-by: David Gilbertson Co-authored-by: David Gilbertson --- 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::