[V3 Config] Fixed set_raw example in docstring (#1876)

fixed doc string
This commit is contained in:
Redjumpman 2018-06-19 20:27:36 -05:00 committed by Toby Harradine
parent 0298b53803
commit b456c6ad3b

View File

@ -392,7 +392,7 @@ class Group(Value):
# is equivalent to
data = {"foo": {"bar": None}}
d["foo"]["bar"] = "baz"
data["foo"]["bar"] = "baz"
Parameters
----------