From 4e4e7c2684b80350e82d82e4feeda5de24d362b9 Mon Sep 17 00:00:00 2001 From: David Gilbertson Date: Tue, 15 Feb 2022 05:53:16 +1100 Subject: [PATCH] Update __main__.rst (GH-30896) The reference to `venv` appears in the paragraph below, instead of above. Fixed the documentation. --- Doc/library/__main__.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:: -- 2.47.3