Commit 71c01d43 authored by Berker Peksag's avatar Berker Peksag

Issue #28033: Fix typo in dictobject.c

Patch by Wesley Emeneker.
parent ba7224f9
......@@ -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:
......
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