From c8e70749887370a99adeda972cc3503397b5f9a7 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Sun, 16 Nov 2014 21:09:47 +0100 Subject: pep8 linting (trailing whitespace) W291 trailing whitespace --- git/exc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/exc.py') 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""" -- cgit v1.2.3