src/eric7/WebBrowser/Passwords/LoginForm.py

branch
eric7
changeset 10436
f6881d10e995
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
diff -r c712d09cc839 -r f6881d10e995 src/eric7/WebBrowser/Passwords/LoginForm.py
--- a/src/eric7/WebBrowser/Passwords/LoginForm.py	Fri Dec 22 13:57:47 2023 +0100
+++ b/src/eric7/WebBrowser/Passwords/LoginForm.py	Fri Dec 22 17:24:07 2023 +0100
@@ -27,6 +27,7 @@
         """
         Public method to test for validity.
 
-        @return flag indicating a valid form (boolean)
+        @return flag indicating a valid form
+        @rtype bool
         """
         return not self.url.isEmpty() and bool(self.postData)

eric ide

mercurial