commit | 93242d7a2ad8c22f72ff84b63ed9046d32f6aa8e | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sun Oct 03 20:03:49 2021 +0300 |
committer | GitHub <noreply@github.com> | Sun Oct 03 20:03:49 2021 +0300 |
tree | 7d119733b0de07024169d68ac5af8ac63422023f | |
parent | 5ba61f488da2e092a81c3d126c5827dad6ab2006 [diff] [blame] |
[3.10] Remove trailing spaces (GH-28709)
diff --git a/Lib/typing.py b/Lib/typing.py index 8590830..f842fc2 100644 --- a/Lib/typing.py +++ b/Lib/typing.py
@@ -99,7 +99,7 @@ 'NamedTuple', # Not really a type. 'TypedDict', # Not really a type. 'Generator', - + # Other concrete types. 'BinaryIO', 'IO',