From: l-m-h@web.de Date: Fri, 22 Dec 2017 22:26:49 +0000 (+0100) Subject: python: Fix method name in docs X-Git-Tag: 0.26_rc0~9 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=e0ac149955686353570c19c9949c9032d46fb30f python: Fix method name in docs Fix a method rename in the docs that was overlooked in 3444c731d27fd42bbbdaae00af6ca48b4525b03b. --- diff --git a/bindings/python/docs/source/database.rst b/bindings/python/docs/source/database.rst index f9567949..660de91d 100644 --- a/bindings/python/docs/source/database.rst +++ b/bindings/python/docs/source/database.rst @@ -39,7 +39,7 @@ .. automethod:: get_config - .. automethod:: get_config_list + .. automethod:: get_configs .. automethod:: set_config