mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
Remove unnecessary "or" from Config doc (#2464)
This commit is contained in:
parent
8e6db0829c
commit
e5e0a024f9
@ -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::
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user