diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2022-08-01 20:23:10 (GMT) |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2022-08-01 20:25:27 (GMT) |
commit | 9c7b4bd1646f2170247f88cf59936740d9c4c004 (patch) | |
tree | 9e06d89c174708fa90e9245f1f4d287a3070a403 /Lib/pydoc_data/topics.py | |
parent | 4eab100e0dc764a5b85557aa30265066d1fde72e (diff) | |
download | cpython-9c7b4bd1646f2170247f88cf59936740d9c4c004.zip cpython-9c7b4bd1646f2170247f88cf59936740d9c4c004.tar.gz cpython-9c7b4bd1646f2170247f88cf59936740d9c4c004.tar.bz2 |
Python 3.10.6v3.10.6
Diffstat (limited to 'Lib/pydoc_data/topics.py')
-rw-r--r-- | Lib/pydoc_data/topics.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Lib/pydoc_data/topics.py b/Lib/pydoc_data/topics.py index 17f0cb4..6473b95 100644 --- a/Lib/pydoc_data/topics.py +++ b/Lib/pydoc_data/topics.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Autogenerated by Sphinx on Mon Jun 6 12:53:10 2022 +# Autogenerated by Sphinx on Mon Aug 1 21:23:42 2022 topics = {'assert': 'The "assert" statement\n' '**********************\n' '\n' @@ -4091,7 +4091,7 @@ topics = {'assert': 'The "assert" statement\n' ' invoking the superclass’s "__new__()" method using\n' ' "super().__new__(cls[, ...])" with appropriate arguments ' 'and then\n' - ' modifying the newly-created instance as necessary before ' + ' modifying the newly created instance as necessary before ' 'returning\n' ' it.\n' '\n' @@ -4494,7 +4494,7 @@ topics = {'assert': 'The "assert" statement\n' 'Python.This is\n' ' intended to provide protection against a ' 'denial-of-service caused\n' - ' by carefully-chosen inputs that exploit the worst ' + ' by carefully chosen inputs that exploit the worst ' 'case\n' ' performance of a dict insertion, O(n^2) complexity. ' 'See\n' @@ -9000,7 +9000,7 @@ topics = {'assert': 'The "assert" statement\n' ' invoking the superclass’s "__new__()" method using\n' ' "super().__new__(cls[, ...])" with appropriate arguments ' 'and then\n' - ' modifying the newly-created instance as necessary before ' + ' modifying the newly created instance as necessary before ' 'returning\n' ' it.\n' '\n' @@ -9401,7 +9401,7 @@ topics = {'assert': 'The "assert" statement\n' 'is\n' ' intended to provide protection against a ' 'denial-of-service caused\n' - ' by carefully-chosen inputs that exploit the worst case\n' + ' by carefully chosen inputs that exploit the worst case\n' ' performance of a dict insertion, O(n^2) complexity. ' 'See\n' ' http://www.ocert.org/advisories/ocert-2011-003.html ' |