summaryrefslogtreecommitdiff
path: root/lib/git/refs.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2010-11-06 09:47:00 +0100
committerSebastian Thiel <byronimo@gmail.com>2010-11-06 10:12:39 +0100
commitbd7fb976ab0607592875b5697dc76c117a18dc73 (patch)
treeb21cf8c6b35254524f08fa02866694694fab5973 /lib/git/refs.py
parent0d5bfb5d6d22f8fe8c940f36e1fbe16738965d5f (diff)
downloadgitpython-bd7fb976ab0607592875b5697dc76c117a18dc73.tar.gz
test_refs: fixed failing tests just by making it less strict. It is dependent on the setup of the surrounding repository, hence the amount of ref-types found is actually variable, as long as they get more
Diffstat (limited to 'lib/git/refs.py')
-rw-r--r--lib/git/refs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/git/refs.py b/lib/git/refs.py
index be6ec5e3..af7284ff 100644
--- a/lib/git/refs.py
+++ b/lib/git/refs.py
@@ -640,7 +640,7 @@ class HEAD(SymbolicReference):
:param paths:
Single path or list of paths relative to the git root directory
- that are to be reset. This allow to partially reset individual files.
+ that are to be reset. This allows to partially reset individual files.
:param kwargs:
Additional arguments passed to git-reset.