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 0446151 commit f575dd9Copy full SHA for f575dd9
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__
@@ -2449,7 +2449,7 @@ types.
2449
2450
2451
2452
- The module in which the new type is defined.
+ The name of the module in which the new type is defined.
2453
2454
.. attribute:: __name__
2455
0 commit comments