Skip to content

Commit cfefa40

Browse files
committed
typo
1 parent d2a3bdf commit cfefa40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spec/special-types.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ system contains a special case.
118118
When a reference to the built-in type ``float`` appears in a :term:`type expression`,
119119
it is interpreted as if it were a union of the built-in types ``float`` and ``int``.
120120
Similarly, when a reference to the type ``complex`` appears, it is interpreted as
121-
a union of the builtin-types ``complex``, ``float`` and ``int``.
121+
a union of the built-in types ``complex``, ``float`` and ``int``.
122122
These implicit unions behave exactly like the corresponding explicit union types,
123123
but type checkers may choose to display them differently in user-visible output
124124
for clarity.

0 commit comments

Comments
 (0)