Remove unnecessary "or" from Config doc (#2464)

This commit is contained in:
Flame442 2019-02-17 18:14:40 -05:00 committed by palmtree5
parent 8e6db0829c
commit e5e0a024f9

View File

@ -465,7 +465,7 @@ class Group(Value):
class Config: class Config:
"""Configuration manager for cogs and Red. """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. `get_core_conf` for Config used in the core package.
.. important:: .. important::