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
For example, MatrixClient's docstring currently duplicates information in __init__, and both might be missing stuff as well. Convention in most codebases I've seen seems to be to consolidate docstring info for a class on the class's own docstring rather than the __init__ docstring.
For example,
MatrixClient
's docstring currently duplicates information in__init__
, and both might be missing stuff as well. Convention in most codebases I've seen seems to be to consolidate docstring info for a class on the class's own docstring rather than the__init__
docstring.Realized this while reviewing #234.
The text was updated successfully, but these errors were encountered: