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()