summaryrefslogtreecommitdiff
path: root/git/remote.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2016-02-11 05:12:07 +0100
committerSebastian Thiel <byronimo@gmail.com>2016-02-11 05:12:07 +0100
commit41556dac4ca83477620305273a166e7d5d9f7199 (patch)
treee346ecd0afc4760436dfaa4bf0bc9a9ad52b864e /git/remote.py
parentdbc07b421172da4ef3153753709271a71af6966a (diff)
downloadgitpython-41556dac4ca83477620305273a166e7d5d9f7199.tar.gz
chore(version): set to next patch release
Diffstat (limited to 'git/remote.py')
-rw-r--r--git/remote.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/remote.py b/git/remote.py
index 1baacb1b..759a3653 100644
--- a/git/remote.py
+++ b/git/remote.py
@@ -124,7 +124,7 @@ class PushInfo(object):
try:
flags |= cls._flag_map[control_character]
except KeyError:
- raise ValueError("Control Character %r unknown as parsed from line %r" % (control_character, line))
+ raise ValueError("Control character %r unknown as parsed from line %r" % (control_character, line))
# END handle control character
# from_to handling