From 49c5f38b0dac8f3ff6b26884b7c26268621f0adb Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Wed, 24 Aug 2016 19:11:43 +0100 Subject: [PATCH] Fix outdated reference doc --- docs/reference.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference.rst b/docs/reference.rst index 61345a5..67f9406 100644 --- a/docs/reference.rst +++ b/docs/reference.rst @@ -131,7 +131,7 @@ Classes Wraps :cpp:class:`loot::DatabaseInterface`. - .. py:method:: eval_lists(loot_api.DatabaseInterface, loot_api.LanguageCode) -> NoneType + .. py:method:: eval_lists(loot_api.DatabaseInterface) -> NoneType Evaluates all conditions and regular expression metadata entries in the loaded metadata lists. Wraps :cpp:func:`EvalLists`. @@ -143,7 +143,7 @@ Classes Determines the database’s knowledge of a plugin’s cleanliness. Wraps :cpp:func:`GetPluginCleanliness`. - .. py:method:: get_plugin_messages(loot_api.DatabaseInterface, unicode) -> list + .. py:method:: get_plugin_messages(loot_api.DatabaseInterface, unicode, loot_api.LanguageCode) -> list Outputs the messages associated with the given plugin in the database. Wraps :cpp:func:`GetPluginMessages`.