mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix comment typo
This commit is contained in:
parent
3ccdb6ab36
commit
6ce35a9691
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* It's a dict-like data structure that works best when accesses are not
|
||||
* random, but follow a strong pattern. The one implemented here is for
|
||||
* accesses patterns where the same small set of keys is looked up over
|
||||
* access patterns where the same small set of keys is looked up over
|
||||
* and over again, and this set of keys evolves slowly over time.
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue