mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
[docs] Improve the markup of powers (GH-28598)
This commit is contained in:
parent
0c50b8c0b8
commit
4f05f15d7b
18 changed files with 32 additions and 32 deletions
|
|
@ -1558,7 +1558,7 @@ Basic customization
|
|||
|
||||
This is intended to provide protection against a denial-of-service caused
|
||||
by carefully-chosen inputs that exploit the worst case performance of a
|
||||
dict insertion, O(n^2) complexity. See
|
||||
dict insertion, O(n\ :sup:`2`) complexity. See
|
||||
http://www.ocert.org/advisories/ocert-2011-003.html for details.
|
||||
|
||||
Changing hash values affects the iteration order of sets.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue