Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Doc/library/typing.rst
  • Loading branch information
JelleZijlstra authored May 24, 2023
commit 2535374f2e42e8fbdc2ee6ea34bdc51404659c1b
1 change: 0 additions & 1 deletion Doc/library/typing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1649,7 +1649,6 @@ These are not used in annotations. They are building blocks for declaring types.
first_user = UserId(1)

.. attribute:: __module__

The module in which the new type is defined.
Comment thread
JelleZijlstra marked this conversation as resolved.

.. attribute:: __name__
Expand Down