##// END OF EJS Templates
Use numpy docstring format correctly
Thomas Kluyver -
Show More
@@ -291,7 +291,8 b' def has_comment(src):'
291 291
292 292 Returns
293 293 -------
294 Boolean: True if source has a comment.
294 comment : bool
295 True if source has a comment.
295 296 """
296 297 readline = StringIO(src).readline
297 298 toktypes = set()
General Comments 0
You need to be logged in to leave comments. Login now