summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/__main__.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/__main__.rst b/Doc/library/__main__.rst
index c5f36a7..d0a65e7 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::