From 371c97cadba1649b0f1a0a12aedf4a5b220cd4ac Mon Sep 17 00:00:00 2001 From: Bogdan Vasilescu Date: Tue, 18 Jul 2017 12:58:56 -0400 Subject: [PATCH] Update diff.rst `old_lineno` appeared twice. I think it should be `new_lineno` instead. --- docs/diff.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/diff.rst b/docs/diff.rst index 97a52c49d..998b024eb 100644 --- a/docs/diff.rst +++ b/docs/diff.rst @@ -111,5 +111,5 @@ The DiffLine type .. autoattribute :: pygit2.DiffLine.origin .. autoattribute :: pygit2.DiffLine.content .. autoattribute :: pygit2.DiffLine.old_lineno -.. autoattribute :: pygit2.DiffLine.old_lineno +.. autoattribute :: pygit2.DiffLine.new_lineno .. autoattribute :: pygit2.DiffLine.num_lines