You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""[summary]
[description]
:param bar: [description]
:type bar: [type]
"""
should be:
"""[summary]
[description]
:param bar: [description]
:type bar: [type]
:returns: [description]
:rtype: {[type]}
"""
The text was updated successfully, but these errors were encountered:
EdsterG
changed the title
don't work when return statement followed by string literal
doesn't work when return statement followed by string literal
Sep 22, 2018
The following function:
results in:
should be:
The text was updated successfully, but these errors were encountered: