diff options
author | Ćukasz Langa <lukasz@langa.pl> | 2021-09-28 21:13:16 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-28 21:13:16 (GMT) |
commit | 68223cd12f81adcb14f28f619d08a7f6a634fcc5 (patch) | |
tree | 997e374ebdf50ef7b822605dad0531ba789c96c6 /Doc/using | |
parent | cd00fee8dd63bc3a1360280f55640409cb579a05 (diff) | |
download | cpython-68223cd12f81adcb14f28f619d08a7f6a634fcc5.zip cpython-68223cd12f81adcb14f28f619d08a7f6a634fcc5.tar.gz cpython-68223cd12f81adcb14f28f619d08a7f6a634fcc5.tar.bz2 |
[3.9] [docs] Improve the markup of powers (GH-28598) (GH-28608)
(cherry picked from commit 4f05f15d7b25ef8b690cb94fdc4c8cb5521a4e27)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Doc/using')
-rw-r--r-- | Doc/using/cmdline.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index 23d66ec..5739388 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -322,7 +322,7 @@ Miscellaneous options Hash randomization is intended to provide protection against a denial-of-service caused by carefully-chosen inputs that exploit the worst - case performance of a dict construction, O(n^2) complexity. See + case performance of a dict construction, O(n\ :sup:`2`) complexity. See http://www.ocert.org/advisories/ocert-2011-003.html for details. :envvar:`PYTHONHASHSEED` allows you to set a fixed value for the hash |