[Python-checkins] cpython (3.5): Fix whitespace.

guido.van.rossum python-checkins at python.org
Fri Jul 29 18:41:47 EDT 2016


https://hg.python.org/cpython/rev/4ecea1ea11bf
changeset:   102486:4ecea1ea11bf
branch:      3.5
parent:      102484:fd0dce6d33e7
user:        Guido van Rossum <guido at python.org>
date:        Fri Jul 29 15:41:17 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