summaryrefslogtreecommitdiff
path: root/git/exc.py
diff options
context:
space:
mode:
Diffstat (limited to 'git/exc.py')
-rw-r--r--git/exc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/exc.py b/git/exc.py
index feae0954..f1fcf9b3 100644
--- a/git/exc.py
+++ b/git/exc.py
@@ -68,5 +68,5 @@ class CacheError(Exception):
class UnmergedEntriesError(CacheError):
- """Thrown if an operation cannot proceed as there are still unmerged
+ """Thrown if an operation cannot proceed as there are still unmerged
entries in the cache"""