mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 19:28:54 -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
|
# is equivalent to
|
||||||
|
|
||||||
data = {"foo": {"bar": None}}
|
data = {"foo": {"bar": None}}
|
||||||
d["foo"]["bar"] = "baz"
|
data["foo"]["bar"] = "baz"
|
||||||
|
|
||||||
Parameters
|
Parameters
|
||||||
----------
|
----------
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user