Improve documentation

This commit is contained in:
Vincent Jacques
2013-02-16 21:15:17 +01:00
parent 680490a6d8
commit 0bd00452e7
15 changed files with 97 additions and 106 deletions
-1
View File
@@ -18,7 +18,6 @@ import github.GithubObject
class InputGitTreeElement(object):
"""
This class represents InputGitTreeElements as returned for example by http://developer.github.com/v3/todo
"""
def __init__(self, path, mode, type, content=github.GithubObject.NotSet, sha=github.GithubObject.NotSet):