From d4aefbfbfd5ab82e26bd485e6f1e69f2829e3e9b Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Wed, 4 Mar 2020 15:40:34 -0800 Subject: [PATCH] Add a missing space after a period --- Doc/library/typing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index eac75ee8654f53..58ae1845786168 100644 --- a/Doc/library/typing.rst +++ b/Doc/library/typing.rst @@ -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.