Update diff.rst
`old_lineno` appeared twice. I think it should be `new_lineno` instead.
This commit is contained in:
parent
ab3bb01249
commit
371c97cadb
@ -111,5 +111,5 @@ The DiffLine type
|
|||||||
.. autoattribute :: pygit2.DiffLine.origin
|
.. autoattribute :: pygit2.DiffLine.origin
|
||||||
.. autoattribute :: pygit2.DiffLine.content
|
.. autoattribute :: pygit2.DiffLine.content
|
||||||
.. autoattribute :: pygit2.DiffLine.old_lineno
|
.. autoattribute :: pygit2.DiffLine.old_lineno
|
||||||
.. autoattribute :: pygit2.DiffLine.old_lineno
|
.. autoattribute :: pygit2.DiffLine.new_lineno
|
||||||
.. autoattribute :: pygit2.DiffLine.num_lines
|
.. autoattribute :: pygit2.DiffLine.num_lines
|
||||||
|
Loading…
Reference in New Issue
Block a user