[docs] Improve the markup of powers (GH-28598)

This commit is contained in:
Serhiy Storchaka 2021-09-28 23:40:57 +03:00 committed by GitHub
parent 0c50b8c0b8
commit 4f05f15d7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 32 additions and 32 deletions

View file

@ -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.