diff options
author | bradley <bradley.cicenas@gmail.com> | 2015-04-17 13:59:43 -0400 |
---|---|---|
committer | bradley <bradley.cicenas@gmail.com> | 2015-04-17 13:59:43 -0400 |
commit | 2f233e2405c16e2b185aa90cc8e7ad257307b991 (patch) | |
tree | 710b3a18061a0d1b470b1fdd0fbc933f1009ed35 /doc | |
parent | 8c6d952b17e63c92a060c08eac38165c6fafa869 (diff) | |
download | gitpython-2f233e2405c16e2b185aa90cc8e7ad257307b991.tar.gz |
Changelog typo
very small typo in changelog. Reop -> Repo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/changes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 480f2c09..d1b6cfd2 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -360,7 +360,7 @@ General a treeish git cowardly refuses to pick one and asks for the command to use the unambiguous syntax where '--' seperates the treeish from the paths. -* ``Repo.commits``, ``Repo.commits_between``, ``Reop.commits_since``, +* ``Repo.commits``, ``Repo.commits_between``, ``Repo.commits_since``, ``Repo.commit_count``, ``Repo.commit``, ``Commit.count`` and ``Commit.find_all`` all now optionally take a path argument which constrains the lookup by path. This changes the order of the positional |