--- 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