Skip to content

Commit

Permalink
Remove unnecessary "or" from Config doc (#2464)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flame442 authored and palmtree5 committed Feb 17, 2019
1 parent 8e6db08 commit e5e0a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redbot/core/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ async def set_raw(self, *nested_path: Any, 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::
Expand Down

0 comments on commit e5e0a02

Please sign in to comment.