summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/reference/import.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/import.rst b/Doc/reference/import.rst
index 19b8aa0..0b9d1c2 100644
--- a/Doc/reference/import.rst
+++ b/Doc/reference/import.rst
@@ -544,7 +544,7 @@ the module.
It is **strongly** recommended that you rely on :attr:`__spec__` and
its attributes instead of any of the other individual attributes
-listed below.
+listed below, except :attr:`__name__`.
.. attribute:: __name__