Skip to content

Commit 3d6a2ec

Browse files
committed
Fix documentation typo.
1 parent 24d176c commit 3d6a2ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pygit2/index.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -311,13 +311,13 @@ def conflicts(self):
311311
that represents the conflicts in the index.
312312
313313
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.
315315
316316
Each conflict is made up of three elements. Access or iteration
317317
of the conflicts returns a three-tuple of
318318
: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.
321321
322322
These elements may be None depending on which sides exist for
323323
the particular conflict.

0 commit comments

Comments
 (0)