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 a8c66ad1..69ecc1d0 100644
--- a/git/exc.py
+++ b/git/exc.py
@@ -118,7 +118,7 @@ class HookExecutionError(CommandError):
class RepositoryDirtyError(Exception):
- """Thrown whenever an operation on a repository fails as it has uncommited changes that would be overwritten"""
+ """Thrown whenever an operation on a repository fails as it has uncommitted changes that would be overwritten"""
def __init__(self, repo, message):
self.repo = repo