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 af1cb1c commit 60732d7Copy full SHA for 60732d7
Doc/library/typing.rst
@@ -2269,7 +2269,7 @@ without the dedicated syntax, as documented below.
2269
2270
.. attribute:: __module__
2271
2272
- The module in which the type alias was defined::
+ The name of the module in which the type alias was defined::
2273
2274
>>> type Alias = int
2275
>>> Alias.__module__
@@ -2462,7 +2462,7 @@ types.
2462
2463
2464
2465
- The module in which the new type is defined.
+ The name of the module in which the new type is defined.
2466
2467
.. attribute:: __name__
2468
0 commit comments