Typo in README.rst: Blog → Blob

This commit is contained in:
Eric Schrijver
2013-12-14 16:06:40 +01:00
parent 937e2822a8
commit c6cdbba53d

View File

@@ -1,4 +1,3 @@
###################################################################### ######################################################################
pygit2 - libgit2 bindings in Python pygit2 - libgit2 bindings in Python
###################################################################### ######################################################################
@@ -107,7 +106,7 @@ New API:
- ``Reference.log_append(...)`` - ``Reference.log_append(...)``
- ``Reference.shorthand`` - ``Reference.shorthand``
- ``Blog.is_binary`` - ``Blob.is_binary``
- ``len(Diff)`` - ``len(Diff)``
- ``Patch.additions`` - ``Patch.additions``
- ``Patch.deletions`` - ``Patch.deletions``