summaryrefslogtreecommitdiff
path: root/Lib/pydoc_data
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2022-07-11 16:24:37 +0100
committerPablo Galindo <pablogsal@gmail.com>2022-07-11 16:25:22 +0100
commit5a7e1e0a92622c605ab28c95b3dd61a21d285ad5 (patch)
treebd85e0a43ee6d6758c0843ef90d3467aeb8b8b75 /Lib/pydoc_data
parenta276833a7d2dadce2d9ffcbc3f958e32749b0234 (diff)
downloadcpython-git-3.11.0b4.tar.gz
Python 3.11.0b4v3.11.0b4
Diffstat (limited to 'Lib/pydoc_data')
-rw-r--r--Lib/pydoc_data/topics.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/Lib/pydoc_data/topics.py b/Lib/pydoc_data/topics.py
index eaae3630df..99760e6cab 100644
--- a/Lib/pydoc_data/topics.py
+++ b/Lib/pydoc_data/topics.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Autogenerated by Sphinx on Wed Jun 1 14:07:03 2022
+# Autogenerated by Sphinx on Mon Jul 11 16:25:08 2022
topics = {'assert': 'The "assert" statement\n'
'**********************\n'
'\n'
@@ -4144,7 +4144,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'
@@ -4547,7 +4547,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'
@@ -9076,7 +9076,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'
@@ -9477,7 +9477,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 '