Skip to content

Commit bdfeacb

Browse files
authored
Update glossary.rst
1 parent cc6b62a commit bdfeacb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/glossary.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1438,7 +1438,7 @@ Glossary
14381438
See :mod:`typing` and :pep:`484`, which describe this functionality.
14391439

14401440
type hint
1441-
An :term:`annotation` that specifies the expected type for a variable, a class
1441+
An :term:`annotation` that specifies the expected types for a variable, a class
14421442
attribute, or a function parameter or return value.
14431443

14441444
Type hints are optional and are not enforced by Python but

0 commit comments

Comments
 (0)