Skip to content

Commit

Permalink
bpo-33957: Doc: Use better wording (pythonGH-7912)
Browse files Browse the repository at this point in the history
  • Loading branch information
srinivasreddy authored and methane committed Jun 26, 2018
1 parent 4239773 commit 866c168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/faq/design.rst
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ on the key and a per-process seed; for example, "Python" could hash to
to 1142331976. The hash code is then used to calculate a location in an
internal array where the value will be stored. Assuming that you're storing
keys that all have different hash values, this means that dictionaries take
constant time -- O(1), in computer science notation -- to retrieve a key.
constant time -- O(1), in Big-O notation -- to retrieve a key.


Why must dictionary keys be immutable?
Expand Down

0 comments on commit 866c168

Please sign in to comment.