Add a missing period

This commit is contained in:
Brett Cannon 2016-06-28 14:39:26 -07:00 committed by GitHub
parent 52a15932e7
commit 4d66e51a8f
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ Part 2:
``dict``
Note that Python implementations which have an ordered ``dict`` won't
need to change anything
need to change anything.
The following code demonstrates roughly equivalent semantics for both
parts 1 and 2::