]> jfr.im git - irc/hexchat/documentation.git/commitdiff
Update script_python.rst
authorTingPing <redacted>
Sun, 21 Jul 2013 21:52:09 +0000 (17:52 -0400)
committerTingPing <redacted>
Sun, 21 Jul 2013 21:52:09 +0000 (17:52 -0400)
script_python.rst

index dc88b51bf028f4ccf8c77ffae5ae5cbb4fd03063..452ca8402131ea74dc6a4bc49c8b4b7a49748828 100644 (file)
@@ -651,8 +651,8 @@ You can use pluginpref to easily store and retrieve settings.
        Stores settings in addon\_python.conf in the config dir.
        
        :returns:
-               - 0: Failure
-               - 1: Success
+               - False: Failure
+               - True: Success
        
        .. versionadded:: 0.9
 
@@ -675,8 +675,8 @@ You can use pluginpref to easily store and retrieve settings.
        Deletes the specified variable.
 
        :returns:
-               - 0: Failure
-               - 1: Success (or never existing), 
+               - False: Failure
+               - True: Success (or never existing), 
        
        .. versionadded:: 0.9