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