Add a missing space after a period in 'typing.TypedDict' documentation (GH-18784)

This commit is contained in:
Miss Islington (bot) 2020-03-04 16:12:28 -08:00 committed by GitHub
parent 67152d0ed6
commit d4a09c13dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.