Skip to content

Commit

Permalink
Add a missing space after a period in 'typing.TypedDict' documentation (
Browse files Browse the repository at this point in the history
  • Loading branch information
miss-islington authored Mar 5, 2020
1 parent 67152d0 commit d4a09c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/typing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,7 @@ The module defines the following classes, functions and decorators:
x: int
y: int

This means that a point2D TypedDict can have any of the keys omitted.A type
This means that a point2D TypedDict can have any of the keys omitted. A type
checker is only expected to support a literal False or True as the value of
the total argument. True is the default, and makes all items defined in the
class body be required.
Expand Down

0 comments on commit d4a09c1

Please sign in to comment.