From aa01009f746914c2d1738255d7fd8e734df30561 2013-03-31 09:03:55 From: Thomas Kluyver Date: 2013-03-31 09:03:55 Subject: [PATCH] Use numpy docstring format correctly --- diff --git a/IPython/core/inputtransformer.py b/IPython/core/inputtransformer.py index 63bfeaf..5a6c717 100644 --- a/IPython/core/inputtransformer.py +++ b/IPython/core/inputtransformer.py @@ -291,7 +291,8 @@ def has_comment(src): Returns ------- - Boolean: True if source has a comment. + comment : bool + True if source has a comment. """ readline = StringIO(src).readline toktypes = set()