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
Empty lines at the end of a docstring are not allowed on Numpydoc
For instance this docstring:
defmy_func() ->str:
"""This is a function. Returns ------- str A greeting message. Notes ----- **The next line should not be empty nor exist.** """return"Hello"