Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Doc/using/cmdline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ Miscellaneous options
.. option:: -R

Turn on hash randomization. This option only has an effect if the
:envvar:`PYTHONHASHSEED` environment variable is set to ``0``, since hash
:envvar:`PYTHONHASHSEED` environment variable is set, since hash
Comment thread
StanFromIreland marked this conversation as resolved.
Outdated
randomization is enabled by default.

On previous versions of Python, this option turns on hash randomization,
Expand Down
Loading