--- a/src/eric7/Documentation/Source/eric7.Preferences.__init__.html Tue Oct 18 16:10:00 2022 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.__init__.html Tue Oct 18 16:11:00 2022 +0200 @@ -18,8 +18,8 @@ functions. The data is stored in a file in a subdirectory of the users home directory. The individual configuration data is accessed by accessor functions defined on the module level. The module is simply imported wherever it is -needed with the statement 'import Preferences'. Do not use -'from Preferences import *' to import it. +needed with the statement 'from eric7 import Preferences'. Do not use +'from eric7.Preferences import *' to import it. </p> <h3>Global Attributes</h3> @@ -261,7 +261,7 @@ </tr> <tr> <td><a href="#importPreferences">importPreferences</a></td> -<td>Module function to import preferences from a file previously saved by the export function.</td> +<td>Module function to from eric7 import Preferences from a file previously saved by the export function.</td> </tr> <tr> <td><a href="#initPreferences">initPreferences</a></td> @@ -1799,7 +1799,7 @@ <b>importPreferences</b>(<i></i>) <p> - Module function to import preferences from a file previously saved by + Module function to from eric7 import Preferences from a file previously saved by the export function. </p> <div align="right"><a href="#top">Up</a></div>