Skip to content

Commit 556f726

Browse files
Update outdated reference to Python consoles in Console prefs
Co-authored-by: Carlos Cordoba <[email protected]>
1 parent a1c7541 commit 556f726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spyder/plugins/maininterpreter/confpage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def setup_page(self):
129129
msg_info=_("This change will only be applied to new consoles"),
130130
tip=_(
131131
"This option will enable the User Module Reloader (UMR) "
132-
"in Python/IPython consoles. UMR forces Python to perform a "
132+
"in IPython consoles. UMR forces Python to perform a "
133133
"deep reload of imported modules when running Python files "
134134
"with Spyder's <code>Run</code> command.<br><br>"
135135
"After being enabled, UMR requires a console restart "

0 commit comments

Comments
 (0)