mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 10:17:59 -05:00
Grammar fixes (#4500)
* Grammar fixes * More changes * Grammar * Error grammar * Spelling * Grammar * REsolves grammar * grammar * grammar * grammar * grammar * grammar * grammar * grammar * grammar * "commited" > "committed" * apostrophe * more grammar * grammar * `funtion` to `function` * grammar in alias cog * grammar in cleanup cog * grammar in customcom cog * grammar in mod cog * grammar in reports cog * fix grammar in streams cog * missing apostrophe * grammar fix in trivia cog Co-authored-by: Jyu Viole Grace <24418520+thisisjvgrace@users.noreply.github.com> Co-authored-by: Jyu Viole Grace <thisisjvgrace@users.noreply.github.com>
This commit is contained in:
@@ -464,7 +464,7 @@ class Group(Value):
|
||||
|
||||
Note
|
||||
----
|
||||
If retreiving a sub-group, the return value of this method will
|
||||
If retrieving a sub-group, the return value of this method will
|
||||
include registered defaults for values which have not yet been set.
|
||||
|
||||
Parameters
|
||||
@@ -687,7 +687,7 @@ class Config(metaclass=ConfigMeta):
|
||||
Should config require registration of data keys before allowing you
|
||||
to get/set values? See `force_registration`.
|
||||
cog_name : str, optional
|
||||
Config normally uses ``cog_instance`` to determine tha name of your cog.
|
||||
Config normally uses ``cog_instance`` to determine the name of your cog.
|
||||
If you wish you may pass ``None`` to ``cog_instance`` and directly specify
|
||||
the name of your cog here.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user