mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
[V3 Config] Fixed set_raw example in docstring (#1876)
fixed doc string
This commit is contained in:
parent
0298b53803
commit
b456c6ad3b
@ -392,7 +392,7 @@ class Group(Value):
|
||||
# is equivalent to
|
||||
|
||||
data = {"foo": {"bar": None}}
|
||||
d["foo"]["bar"] = "baz"
|
||||
data["foo"]["bar"] = "baz"
|
||||
|
||||
Parameters
|
||||
----------
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user