Commit c301cbf4 authored by Guido van Rossum's avatar Guido van Rossum

Fix whitespace.

parent 342e800e
......@@ -68,7 +68,7 @@ Use the ``NewType`` helper function to create distinct types::
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::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment