##// END OF EJS Templates
typos...
luz.paz -
Show More
@@ -19,8 +19,8 b' def inputhook(context):'
19 if not _already_warned:
19 if not _already_warned:
20 _already_warned = True
20 _already_warned = True
21 warnings.warn(
21 warnings.warn(
22 'The DISPLAY or WAYLAND_DISPLAY enviroment variable is '
22 'The DISPLAY or WAYLAND_DISPLAY environment variable is '
23 'not set or empty and Qt5 requires this enviroment '
23 'not set or empty and Qt5 requires this environment '
24 'variable. Deactivate Qt5 code.'
24 'variable. Deactivate Qt5 code.'
25 )
25 )
26 return
26 return
@@ -21,7 +21,7 b' def doctest_run():'
21 """
21 """
22
22
23 def doctest_runvars():
23 def doctest_runvars():
24 """Test that variables defined in scripts get loaded correclty via %run.
24 """Test that variables defined in scripts get loaded correctly via %run.
25
25
26 In [13]: run simplevars.py
26 In [13]: run simplevars.py
27 x is: 1
27 x is: 1
General Comments 0
You need to be logged in to leave comments. Login now