File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 322322
323323The graphical console is capable of true multiline editing, but it also tries
324324to 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
326326once you learn a few basic keybindings it will be a much more efficient
327327environment.
328328
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ def main():
3737 # python as possible
3838 o .pprint = False
3939
40- # Use plain exceptions, to also resemble normal pyhton .
40+ # Use plain exceptions, to also resemble normal python .
4141 o .xmode = 'plain'
4242
4343 # Store the activity flag in the metadata bag from the running shell
Original file line number Diff line number Diff line change 69156915
69166916 * Changed @exit to @abort to reflect the fact that it's pretty
69176917 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,
69196919 C-D closes IPython only, but @abort kills the enclosing program
69206920 too (unless it had called IPython inside a try catching
69216921 SystemExit).
70387038
703970392001-12-04 Fernando Perez <
[email protected] >
70407040
7041- * Fixed namespace problems. Now builtin/IPyhton /user names get
7041+ * Fixed namespace problems. Now builtin/IPython /user names get
70427042 properly reported in their namespace. Internal namespace handling
70437043 is finally getting decent (not perfect yet, but much better than
70447044 the ad-hoc mess we had).
Original file line number Diff line number Diff line change @@ -925,7 +925,7 @@ This section is meant as a working draft for discussions on the possibility
925925 user community.
926926\layout Standard
927927
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
929929 fair amount of system access functionality:
930930\layout Standard
931931
Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ let us know if we have omitted your name by accident:
243243
244244* John Hunter <jdhunter-AT-nitace.bsd.uchicago.edu> Matplotlib
245245 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.
247247
248248* Matthew Arnison <maffew-AT-cat.org.au> Bug reports, '%run -d' idea.
249249
You can’t perform that action at this time.
0 commit comments