Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fc389ac

Browse files
author
W. Trevor King
committed
Fix pyhton -> python typos (everywhere found by grep).
1 parent 4480299 commit fc389ac

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

IPython/core/usage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@
322322
323323
The graphical console is capable of true multiline editing, but it also tries
324324
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
326326
once you learn a few basic keybindings it will be a much more efficient
327327
environment.
328328

IPython/quarantine/ipy_profile_doctest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/attic/ChangeLog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6915,7 +6915,7 @@
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).
@@ -7038,7 +7038,7 @@
70387038

70397039
2001-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).

docs/attic/new_design.lyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/source/about/credits.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)