Skip to content

Commit f575dd9

Browse files
authored
gh-139842: Clarify __module__ description in typing.rst (#139863)
1 parent 0446151 commit f575dd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/typing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2269,7 +2269,7 @@ without the dedicated syntax, as documented below.
22692269

22702270
.. attribute:: __module__
22712271

2272-
The module in which the type alias was defined::
2272+
The name of the module in which the type alias was defined::
22732273

22742274
>>> type Alias = int
22752275
>>> Alias.__module__
@@ -2449,7 +2449,7 @@ types.
24492449

24502450
.. attribute:: __module__
24512451

2452-
The module in which the new type is defined.
2452+
The name of the module in which the new type is defined.
24532453

24542454
.. attribute:: __name__
24552455

0 commit comments

Comments
 (0)