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

Skip to content < 8000 script type="application/json" data-target="react-partial.embeddedData">{"props":{"docsUrl":"https://docs.github.com/get-started/accessibility/keyboard-shortcuts"}}

Commit 5a3926d

Browse files
Add a missing space after a period in 'typing.TypedDict' documentation (GH-18784)
(cherry picked from commit d4a09c1) Co-authored-by: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
1 parent 6c8cc0d commit 5a3926d

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