From 5530a6d893d62d8399ad86a78b477740f58b44e0 Mon Sep 17 00:00:00 2001 From: Sander ter Veen <veen@astron.nl> Date: Tue, 6 Oct 2020 16:16:10 +0200 Subject: [PATCH] fix whitespace --- textgen/errors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textgen/errors.py b/textgen/errors.py index 2909286..ec3b835 100644 --- a/textgen/errors.py +++ b/textgen/errors.py @@ -65,7 +65,7 @@ class NoGoodLBACalibratorError(Exception): def getErrorMessage(): """ - Returns the appropriate error message for the most recently raised + Returns the appropriate error message for the most recently raised exception. """ return { -- GitLab