[Python-checkins] cpython (merge 3.5 -> default): Fix whitespace.
guido.van.rossum
python-checkins at python.org
Fri Jul 29 18:41:50 EDT 2016
https://hg.python.org/cpython/rev/5b624984e77a
changeset: 102487:5b624984e77a
parent: 102485:15a35a8da24b
parent: 102486:4ecea1ea11bf
user: Guido van Rossum <guido at dropbox.com>
date: Fri Jul 29 15:41:35 2016 -0700
summary:
Fix whitespace.
files:
Doc/library/typing.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst
--- a/Doc/library/typing.rst
+++ b/Doc/library/typing.rst
@@ -68,7 +68,7 @@
UserId = NewType('UserId', int)
some_id = UserId(524313)
-
+
The static type checker will treat the new type as if it were a subclass
of the original type. This is useful in helping catch logical errors::
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list