From e5e0a024f929d76d9f02828512e3694e4dc7b331 Mon Sep 17 00:00:00 2001 From: Flame442 <34169552+Flame442@users.noreply.github.com> Date: Sun, 17 Feb 2019 18:14:40 -0500 Subject: [PATCH] Remove unnecessary "or" from Config doc (#2464) --- 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 70b37f227..9f67bedf3 100644 --- a/redbot/core/config.py +++ b/redbot/core/config.py @@ -465,7 +465,7 @@ class Group(Value): class Config: """Configuration manager for cogs and Red. - You should always use `get_conf` or to instantiate a Config object. Use + You should always use `get_conf` to instantiate a Config object. Use `get_core_conf` for Config used in the core package. .. important::