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
- Previously the "note" would be treated as a comment (it needs *two*
end colons); we can just make it plain text anyways.
- Moving the doc for the parameters to `__init__` avoids `__init__`
inheriting the docstring of the parent `Rectangle.__init__` and thus
the rendered docs getting two copies of the parameter list, with only
one being correct.
0 commit comments