summaryrefslogtreecommitdiffstats
path: root/Lib/pydoc_data
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2021-02-16 18:12:03 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2021-02-16 18:12:03 (GMT)
commitdfd7d6893b57d79b7bfd819d28380a0429b5615f (patch)
treef64768b2d80010514646158daa728026f2b1e874 /Lib/pydoc_data
parentf9d7c12b6c7ab978cb6c61a666bc06dd3fec9b3e (diff)
downloadcpython-dfd7d6893b57d79b7bfd819d28380a0429b5615f.zip
cpython-dfd7d6893b57d79b7bfd819d28380a0429b5615f.tar.gz
cpython-dfd7d6893b57d79b7bfd819d28380a0429b5615f.tar.bz2
Python 3.8.8rc1v3.8.8rc1
Diffstat (limited to 'Lib/pydoc_data')
-rw-r--r--Lib/pydoc_data/topics.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/Lib/pydoc_data/topics.py b/Lib/pydoc_data/topics.py
index 723a9b8..ebdab57 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 Dec 21 17:22:46 2020
+# Autogenerated by Sphinx on Tue Feb 16 19:10:16 2021
topics = {'assert': 'The "assert" statement\n'
'**********************\n'
'\n'
@@ -11387,7 +11387,6 @@ topics = {'assert': 'The "assert" statement\n'
' There are two types of integers:\n'
'\n'
' Integers ("int")\n'
- '\n'
' These represent numbers in an unlimited range, subject to\n'
' available (virtual) memory only. For the purpose of '
'shift\n'