From d40ca0eac0327a3d6106d657f9dd26b8b007addb Mon Sep 17 00:00:00 2001 From: Florian Strzelecki Date: Thu, 24 Feb 2022 10:16:35 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: dgw --- sopel/config/types.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sopel/config/types.py b/sopel/config/types.py index 5ef445f7ed..558dd5877a 100644 --- a/sopel/config/types.py +++ b/sopel/config/types.py @@ -475,8 +475,8 @@ class SpamSection(StaticSection): line, the values separated by commas. It is still technically possible while raising a deprecation warning. - In Sopel 7.x this behavior was discouraged, as of Sopel 8.x it is now - deprecated and raises warnings, and it will be removed in Sopel 9.x. + In Sopel 7.x this behavior was discouraged; as of Sopel 8.x it is now + deprecated with warnings, and it will be removed in Sopel 9.x. Bot owners should update their configurations to use newlines instead of commas.