Update diff.rst

`old_lineno` appeared twice. I think it should be `new_lineno` instead.
This commit is contained in:
Bogdan Vasilescu 2017-07-18 12:58:56 -04:00 committed by GitHub
parent ab3bb01249
commit 371c97cadb
1 changed files with 1 additions and 1 deletions

View File

@ -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