File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ Miscellaneous options
236236
237237 This is intended to provide protection against a denial-of-service caused by
238238 carefully-chosen inputs that exploit the worst case performance of a dict
239- insertion , O(n^2) complexity. See
239+ construction , O(n^2) complexity. See
240240 http://www.ocert.org/advisories/ocert-2011-003.html for details.
241241
242242 Changing hash values affects the order in which keys are retrieved from a
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ static char *usage_5 =
104104"PYTHONFAULTHANDLER: dump the Python traceback on fatal errors.\n\
105105" ;
106106static char * usage_6 = "\
107- PYTHONHASHSEED: if this variable is set to `` random`` , a random value is used\n\
107+ PYTHONHASHSEED: if this variable is set to ' random' , a random value is used\n\
108108 to seed the hashes of str, bytes and datetime objects. It can also be\n\
109109 set to an integer in the range [0,4294967295] to get hash values with a\n\
110110 predictable seed.\n\
You can’t perform that action at this time.
0 commit comments