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
+1 -1
View File
@@ -285,7 +285,7 @@ class Github(object):
def create_from_raw_data(self, klass, raw_data):
"""
Creates an object from raw_data previously obtained by ``myObject.raw_data``
Creates an object from raw_data previously obtained by :attr:`github.GithubObject.GithubObject.raw_data`
:param klass: the class of the object to create
:param raw_data: dict