Issue #28033: Fix typo in dictobject.c

Patch by Wesley Emeneker.
This commit is contained in:
Berker Peksag 2016-09-09 03:57:23 +03:00
parent ba7224f934
commit 71c01d43a7

View 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: