src/eric7/Preferences/__init__.py

branch
eric7
changeset 9971
773ad1f1ed22
parent 9958
a78b83d1062a
child 9982
5b91f7baffd0
diff -r c3686b43f76b -r 773ad1f1ed22 src/eric7/Preferences/__init__.py
--- a/src/eric7/Preferences/__init__.py	Tue Apr 04 17:26:54 2023 +0200
+++ b/src/eric7/Preferences/__init__.py	Wed Apr 05 11:58:22 2023 +0200
@@ -4058,8 +4058,10 @@
     """
     Module function to convert all passwords.
 
-    @param oldPassword current master password (string)
-    @param newPassword new master password (string)
+    @param oldPassword current password
+    @type str
+    @param newPassword new password
+    @type str
     """
     from eric7.Utilities.crypto import pwRecode
 

eric ide

mercurial