File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -311,13 +311,13 @@ def conflicts(self):
311
311
that represents the conflicts in the index.
312
312
313
313
This object presents a mapping interface with the paths as keys. You
314
- can use the ``del`` operator to remove a conflict form the Index.
314
+ can use the ``del`` operator to remove a conflict from the Index.
315
315
316
316
Each conflict is made up of three elements. Access or iteration
317
317
of the conflicts returns a three-tuple of
318
318
:py:class:`~pygit2.IndexEntry`. The first is the common
319
- ancestor, the second is the "ours" side of the conflict and the
320
- thirs is the "theirs" side.
319
+ ancestor, the second is the "ours" side of the conflict, and the
320
+ third is the "theirs" side.
321
321
322
322
These elements may be None depending on which sides exist for
323
323
the particular conflict.
You can’t perform that action at this time.
0 commit comments