summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xLib/pydoc.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/pydoc.py b/Lib/pydoc.py
index e5c350b..1e33339 100755
--- a/Lib/pydoc.py
+++ b/Lib/pydoc.py
@@ -759,7 +759,6 @@ TT { font-family: lucidatypewriter, lucida console, courier }
if cl:
if imclass is not cl:
note = ' from ' + self.classlink(imclass, mod)
- skipdocs = 1
else:
if object.im_self:
note = ' method of %s instance' % self.classlink(
@@ -1117,7 +1116,6 @@ class TextDoc(Doc):
if cl:
if imclass is not cl:
note = ' from ' + classname(imclass, mod)
- skipdocs = 1
else:
if object.im_self:
note = ' method of %s instance' % classname(