From 040f024cf4bbbebe4dfe35d29854f398a0e2117e Mon Sep 17 00:00:00 2001 From: Vincent Jacques Date: Tue, 19 Mar 2013 22:30:54 +0100 Subject: [PATCH] Fix doc --- github/MainClass.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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``