docs: fix reST errors

This commit is contained in:
J. David Ibáñez
2014-08-20 17:00:33 +02:00
parent f0631868af
commit 99f295e2e8
2 changed files with 2 additions and 2 deletions

View File

@@ -329,7 +329,7 @@ class IndexEntry(object):
self.id = object_id self.id = object_id
"""The id of the referenced object""" """The id of the referenced object"""
self.mode = mode self.mode = mode
"""The mode of this entry, a GIT_FILEMODE_ value""" """The mode of this entry, a GIT_FILEMODE_* value"""
@property @property
def oid(self): def oid(self):

View File

@@ -548,7 +548,7 @@ PyDoc_STRVAR(Repository_merge_analysis__doc__,
"them into the HEAD of the repository\n" "them into the HEAD of the repository\n"
"\n" "\n"
"The first returned value is a mixture of the GIT_MERGE_ANALYSIS_NONE, _NORMAL,\n" "The first returned value is a mixture of the GIT_MERGE_ANALYSIS_NONE, _NORMAL,\n"
" _UP_TO_DATE, _FASTFORWARD and _UNBORN flags.\n" "_UP_TO_DATE, _FASTFORWARD and _UNBORN flags.\n"
"The second value is the user's preference from 'merge.ff'"); "The second value is the user's preference from 'merge.ff'");
PyObject * PyObject *