Commit ecec11a7 authored by Berker Peksag's avatar Berker Peksag

Issue #28033: Fix typo in dictobject.c

Patch by Wesley Emeneker.
parent 613b9788
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
This implements the dictionary's hashtable. 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 https://morepypy.blogspot.com/2015/01/faster-more-memory-efficient-and-more.html
layout: 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