Fix doc for raw_data (issue #144)

This commit is contained in:
Vincent Jacques
2013-03-21 21:56:51 +01:00
parent 109495175e
commit a397fac6db
4 changed files with 8 additions and 1 deletions
+2
View File
@@ -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