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.
1 parent d2a3bdf commit cfefa40Copy full SHA for cfefa40
docs/spec/special-types.rst
@@ -118,7 +118,7 @@ system contains a special case.
118
When a reference to the built-in type ``float`` appears in a :term:`type expression`,
119
it is interpreted as if it were a union of the built-in types ``float`` and ``int``.
120
Similarly, when a reference to the type ``complex`` appears, it is interpreted as
121
-a union of the builtin-types ``complex``, ``float`` and ``int``.
+a union of the built-in types ``complex``, ``float`` and ``int``.
122
These implicit unions behave exactly like the corresponding explicit union types,
123
but type checkers may choose to display them differently in user-visible output
124
for clarity.
0 commit comments