8000 Add a missing space after a period in 'typing.TypedDict' documentatio… · python/cpython@d4a09c1 · GitHub
[go: up one dir, main page]

Skip to content

Commit d4a09c1

Browse files
Add a missing space after a period in 'typing.TypedDict' documentation (GH-18784)
1 parent 67152d0 commit d4a09c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/typing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,7 @@ The module defines the following classes, functions and decorators:
10041004
x: int
10051005
y: int
10061006

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

0 commit comments

Comments
 (0)
0