mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551)
Discussion: https://discuss.python.org/t/slight-grammar-fix-throughout-adverbs-dont-need-hyphen/17021
This commit is contained in:
parent
2b8ed4d3d4
commit
3440d197a5
71 changed files with 118 additions and 118 deletions
|
|
@ -368,7 +368,7 @@ Miscellaneous options
|
|||
between repeated invocations of Python.
|
||||
|
||||
Hash randomization is intended to provide protection against a
|
||||
denial-of-service caused by carefully-chosen inputs that exploit the worst
|
||||
denial-of-service caused by carefully chosen inputs that exploit the worst
|
||||
case performance of a dict construction, O(n\ :sup:`2`) complexity. See
|
||||
http://www.ocert.org/advisories/ocert-2011-003.html for details.
|
||||
|
||||
|
|
@ -464,7 +464,7 @@ Miscellaneous options
|
|||
whether the actual warning category of the message is a subclass of the
|
||||
specified warning category.
|
||||
|
||||
The *module* field matches the (fully-qualified) module name; this match is
|
||||
The *module* field matches the (fully qualified) module name; this match is
|
||||
case-sensitive.
|
||||
|
||||
The *lineno* field matches the line number, where zero matches all line
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue