mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 03:41:08 +00:00
Fix doc for raw_data (issue #144)
This commit is contained in:
@@ -17,6 +17,8 @@
|
||||
The primary class you will instanciate is :class:`github.MainClass.Github`.
|
||||
From its ``get_``, ``create_`` methods, you will obtain instances of all Github objects
|
||||
like :class:`github.NamedUser.NamedUser` or :class:`github.Repository.Repository`.
|
||||
|
||||
All classes inherit from :class:`github.GithubObject.GithubObject`.
|
||||
"""
|
||||
|
||||
import logging
|
||||
|
||||
Reference in New Issue
Block a user