diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index 1b9959eb143e40..05444690cd01fd 100644 --- a/Doc/library/typing.rst +++ b/Doc/library/typing.rst @@ -2211,7 +2211,7 @@ without the dedicated syntax, as documented below. .. attribute:: __module__ - The module in which the type alias was defined:: + The name of the module in which the type alias was defined:: >>> type Alias = int >>> Alias.__module__ @@ -2360,7 +2360,7 @@ types. .. attribute:: __module__ - The module in which the new type is defined. + The name of the module in which the new type is defined. .. attribute:: __name__