diff options
Diffstat (limited to 'git/exc.py')
-rw-r--r-- | git/exc.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |