https://github.com/python/cpython/commit/60732d7397485262bd9fec4b017d029dd16b5e3a
commit: 60732d7397485262bd9fec4b017d029dd16b5e3a
branch: 3.14
author: Miss Islington (bot) <[email protected]>
committer: AlexWaygood <[email protected]>
date: 2025-10-09T18:01:53Z
summary:

[3.14] gh-139842: Clarify `__module__` description in typing.rst (GH-139863) 
(#139869)

Co-authored-by: Timothée Mazzucotelli <[email protected]>

files:
M Doc/library/typing.rst

diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst
index 313cb6b5bcf1c4..b4364c371b2d7e 100644
--- a/Doc/library/typing.rst
+++ b/Doc/library/typing.rst
@@ -2269,7 +2269,7 @@ without the dedicated syntax, as documented below.
 
    .. attribute:: __module__
 
-      The module in which the type alias was defined::
+      The name of the module in which the type alias was defined::
 
          >>> type Alias = int
          >>> Alias.__module__
@@ -2462,7 +2462,7 @@ types.
 
    .. attribute:: __module__
 
-      The module in which the new type is defined.
+      The name of the module in which the new type is defined.
 
    .. attribute:: __name__
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to