]> granicus.if.org Git - python/commitdiff
Issue #28033: Fix typo in dictobject.c
authorBerker Peksag <berker.peksag@gmail.com>
Fri, 9 Sep 2016 00:57:23 +0000 (03:57 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Fri, 9 Sep 2016 00:57:23 +0000 (03:57 +0300)
Patch by Wesley Emeneker.

Objects/dictobject.c

index 2dcc847512d657790eddfbca0e0be68563cda466..461eb57ccc1dbf666f2af1733b7c4dbdd40ef663 100644 (file)
@@ -10,7 +10,7 @@
 
 This implements the dictionary's hashtable.
 
-As of Python 3.6, this is compact and orderd. Basic idea is described here.
+As of Python 3.6, this is compact and ordered. Basic idea is described here.
 https://morepypy.blogspot.com/2015/01/faster-more-memory-efficient-and-more.html
 
 layout: