We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
__module__
1 parent 94ff4d4 commit 72c231aCopy full SHA for 72c231a
Doc/library/typing.rst
@@ -2211,7 +2211,7 @@ without the dedicated syntax, as documented below.
2211
2212
.. attribute:: __module__
2213
2214
- The module in which the type alias was defined::
+ The name of the module in which the type alias was defined::
2215
2216
>>> type Alias = int
2217
>>> Alias.__module__
@@ -2360,7 +2360,7 @@ types.
2360
2361
2362
2363
- The module in which the new type is defined.
+ The name of the module in which the new type is defined.
2364
2365
.. attribute:: __name__
2366
0 commit comments