From 4942700ca3387b64cc6443a80bac60b470588bb9 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Mon, 17 Oct 2022 06:23:08 -0400 Subject: documentation overhaul --- python/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python/__init__.py') diff --git a/python/__init__.py b/python/__init__.py index 2d36c7be..6798ebe1 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -178,7 +178,7 @@ def disable_default_log() -> None: def bundled_plugin_path() -> Optional[str]: """ - ``bundled_plugin_path`` returns a string containing the current plugin path inside the `install path `_ + ``bundled_plugin_path`` returns a string containing the current plugin path inside the `install path `_ :return: current bundled plugin path :rtype: str, or None on failure @@ -188,7 +188,7 @@ def bundled_plugin_path() -> Optional[str]: def user_plugin_path() -> Optional[str]: """ - ``user_plugin_path`` returns a string containing the current plugin path inside the `user directory `_ + ``user_plugin_path`` returns a string containing the current plugin path inside the `user directory `_ :return: current user plugin path :rtype: str, or None on failure @@ -198,7 +198,7 @@ def user_plugin_path() -> Optional[str]: def user_directory() -> Optional[str]: """ - ``user_directory`` returns a string containing the path to the `user directory `_ + ``user_directory`` returns a string containing the path to the `user directory `_ :return: current user path :rtype: str, or None on failure -- cgit v1.3.1