From 1c504f681e2cf59602d30afc5b0eb394526060e4 Mon Sep 17 00:00:00 2001 From: Redjumpman Date: Fri, 12 Jan 2018 17:57:37 -0600 Subject: [PATCH] [V3 Config] Fixed raised Attribute Error Message (#1247) Added space in raised Attribute Error message --- redbot/core/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/core/config.py b/redbot/core/config.py index f6fdcb082..ac22dac37 100644 --- a/redbot/core/config.py +++ b/redbot/core/config.py @@ -215,7 +215,7 @@ class Group(Value): ) elif self.force_registration: raise AttributeError( - "'{}' is not a valid registered Group" + "'{}' is not a valid registered Group " "or value.".format(item) ) else: