libgit2 / pygit2

Python bindings for libgit2
https://www.pygit2.org/
Other
1.58k stars 382 forks source link

Fix docstring/type annotation for DiffDelta.status #1293

Closed jorio closed 1 month ago

jorio commented 1 month ago

The docstring and type hints incorrectly state that DiffDelta.status returns a value of type FileStatus instead of DeltaStatus.