docs(config): wrong code example in Value.__call__ (#2780)

fix #2775
This commit is contained in:
jack1142 2019-06-22 03:24:24 +02:00 committed by Michael H
parent 57d5c0870a
commit beb16b81a9

View File

@ -119,7 +119,7 @@ class Value:
# Is equivalent to this
group_obj = conf.guild(some_guild)
value_obj = conf.foo
value_obj = group_obj.foo
foo = await value_obj()
.. important::