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 cc6b62a commit bdfeacbCopy full SHA for bdfeacb
Doc/glossary.rst
@@ -1438,7 +1438,7 @@ Glossary
1438
See :mod:`typing` and :pep:`484`, which describe this functionality.
1439
1440
type hint
1441
- An :term:`annotation` that specifies the expected type for a variable, a class
+ An :term:`annotation` that specifies the expected types for a variable, a class
1442
attribute, or a function parameter or return value.
1443
1444
Type hints are optional and are not enforced by Python but
0 commit comments