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
defdocs_starts_directly_with_doctest(docstr):
"""Return true if and only if docstr starts directly with a doctest, which results in an erroneous rendering in some systems"""returnbool(re.compile(r'\s*>>>').match(docstr))
The text was updated successfully, but these errors were encountered:
results in
The text was updated successfully, but these errors were encountered: