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 db78853e..feae0954 100644
--- a/git/exc.py
+++ b/git/exc.py
@@ -36,7 +36,7 @@ class GitCommandError(Exception):
return ret
-class CheckoutError( Exception ):
+class CheckoutError(Exception):
"""Thrown if a file could not be checked out from the index as it contained
changes.