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
Clarify the type of the 'owner' attribute on Repository objects (sigmavirus24#979)
* Clarify the type of the 'owner' attribute on Repository objects
Throughout the github3.py API, 'owner' is generally a string object, but
the 'owner' attribute of Repository objects is not, it's a ShortUser object.
This patch updates the documentation to explicitly indicate that so that
developers won't be surprised by the type of the attribute.
Signed-off-by: Kevin P. Fleming <kpfleming@bloomberg.net>
* Add AUTHORS entry as requested
Signed-off-by: Kevin P. Fleming <kpfleming@bloomberg.net>
Co-authored-by: Ian Stapleton Cordasco <graffatcolmingov@gmail.com>
0 commit comments