summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2019-03-25 20:36:40 +0100
committerŁukasz Langa <lukasz@langa.pl>2019-03-25 20:36:40 +0100
commit9a448855b51b264d678e3ba3c168034c221806e2 (patch)
tree4fc7d7b829a278ffa61a7d6784e0854f93a20a4e /Lib/pydoc_data/topics.py
parentbpo-36301: Add _Py_PreInitializeFromConfig() (GH-12536) (diff)
downloadcpython-9a448855b51b264d678e3ba3c168034c221806e2.tar.gz
cpython-9a448855b51b264d678e3ba3c168034c221806e2.tar.bz2
cpython-9a448855b51b264d678e3ba3c168034c221806e2.zip
v3.8.0a3v3.8.0a3
Diffstat (limited to 'Lib/pydoc_data/topics.py')
-rw-r--r--Lib/pydoc_data/topics.py11
1 files changed, 1 insertions, 10 deletions
diff --git a/Lib/pydoc_data/topics.py b/Lib/pydoc_data/topics.py
index c2f9fa8e2fa..3e11f54fd78 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 Feb 25 13:03:43 2019
+# Autogenerated by Sphinx on Mon Mar 25 20:32:23 2019
topics = {'assert': 'The "assert" statement\n'
'**********************\n'
'\n'
@@ -11436,15 +11436,6 @@ topics = {'assert': 'The "assert" statement\n'
'is\n'
' the original function object.\n'
'\n'
- ' When a user-defined method object is created by retrieving\n'
- ' another method object from a class or instance, the behaviour '
- 'is\n'
- ' the same as for a function object, except that the '
- '"__func__"\n'
- ' attribute of the new instance is not the original method '
- 'object\n'
- ' but its "__func__" attribute.\n'
- '\n'
' When an instance method object is created by retrieving a '
'class\n'
' method object from a class or instance, its "__self__" '