diff --git a/github/MainClass.py b/github/MainClass.py index 5760c3c9..d8a04711 100644 --- a/github/MainClass.py +++ b/github/MainClass.py @@ -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``