docs: fix reST errors
This commit is contained in:
@@ -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):
|
||||||
|
@@ -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 *
|
||||||
|
Reference in New Issue
Block a user