##// END OF EJS Templates
Fix pyhton -> python typos (everywhere found by grep).
W. Trevor King -
Show More
@@ -322,7 +322,7 b' Multiline editing'
322 322
323 323 The graphical console is capable of true multiline editing, but it also tries
324 324 to behave intuitively like a terminal when possible. If you are used to
325 IPyhton's old terminal behavior, you should find the transition painless, and
325 IPython's old terminal behavior, you should find the transition painless, and
326 326 once you learn a few basic keybindings it will be a much more efficient
327 327 environment.
328 328
@@ -37,7 +37,7 b' def main():'
37 37 # python as possible
38 38 o.pprint = False
39 39
40 # Use plain exceptions, to also resemble normal pyhton.
40 # Use plain exceptions, to also resemble normal python.
41 41 o.xmode = 'plain'
42 42
43 43 # Store the activity flag in the metadata bag from the running shell
@@ -6915,7 +6915,7 b''
6915 6915
6916 6916 * Changed @exit to @abort to reflect the fact that it's pretty
6917 6917 brutal (a sys.exit()). The difference between @abort and Ctrl-D
6918 becomes significant only when IPyhton is embedded: in that case,
6918 becomes significant only when IPython is embedded: in that case,
6919 6919 C-D closes IPython only, but @abort kills the enclosing program
6920 6920 too (unless it had called IPython inside a try catching
6921 6921 SystemExit).
@@ -7038,7 +7038,7 b''
7038 7038
7039 7039 2001-12-04 Fernando Perez <fperez@colorado.edu>
7040 7040
7041 * Fixed namespace problems. Now builtin/IPyhton/user names get
7041 * Fixed namespace problems. Now builtin/IPython/user names get
7042 7042 properly reported in their namespace. Internal namespace handling
7043 7043 is finally getting decent (not perfect yet, but much better than
7044 7044 the ad-hoc mess we had).
@@ -925,7 +925,7 b' This section is meant as a working draft for discussions on the possibility'
925 925 user community.
926 926 \layout Standard
927 927
928 While IPyhton is (and will remain) a python shell first, it does offer a
928 While IPython is (and will remain) a python shell first, it does offer a
929 929 fair amount of system access functionality:
930 930 \layout Standard
931 931
@@ -243,7 +243,7 b' let us know if we have omitted your name by accident:'
243 243
244 244 * John Hunter <jdhunter-AT-nitace.bsd.uchicago.edu> Matplotlib
245 245 author, helped with all the development of support for matplotlib
246 in IPyhton, including making necessary changes to matplotlib itself.
246 in IPython, including making necessary changes to matplotlib itself.
247 247
248 248 * Matthew Arnison <maffew-AT-cat.org.au> Bug reports, '%run -d' idea.
249 249
General Comments 0
You need to be logged in to leave comments. Login now