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::