aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index ca5ecfab6ea..89eefd1f08a 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -5612,8 +5612,6 @@ See `python-check-command' for the default."
5612 doc = '{objtype} {name}{args}'.format( 5612 doc = '{objtype} {name}{args}'.format(
5613 objtype=objtype, name=name, args=args 5613 objtype=objtype, name=name, args=args
5614 ) 5614 )
5615 else:
5616 doc = doc.splitlines()[0]
5617 except: 5615 except:
5618 doc = '' 5616 doc = ''
5619 return doc" 5617 return doc"