diff options
| author | l-m-h@web.de <l-m-h@web.de> | 2017-12-22 23:26:49 +0100 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2017-12-24 09:17:06 -0400 |
| commit | e0ac149955686353570c19c9949c9032d46fb30f (patch) | |
| tree | 178b7312867111fa48925a62a5e671c5f351c4ac | |
| parent | b1de8e885d0cb150650f34acb074bcfdfd5c3840 (diff) | |
python: Fix method name in docs
Fix a method rename in the docs that was overlooked in
3444c731d27fd42bbbdaae00af6ca48b4525b03b.
| -rw-r--r-- | bindings/python/docs/source/database.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
