This commit is contained in:
Vincent Jacques
2013-03-19 22:31:10 +01:00
parent ddcabfa268
commit 040f024cf4
+2 -1
View File
@@ -281,7 +281,8 @@ 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 ``myObject.raw_data``
:param klass: the class of the object to create
:param raw_data: dict
:rtype: instance of class ``klass``