Skip to content

Commit 835da7e

Browse files
committed
Correct iPython to IPython
1 parent d036ded commit 835da7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/ABOUT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Python is a strong language for beginners. There are many resources available for programmers of all levels, the code is highly readable, and in many cases phrases are comparable to those in the English language. Code can be written and executed from the command line, in an interactive iPython session, or in a [Jupyter](http://jupyter.org) (iPython) notebook.
1+
Python is a strong language for beginners. There are many resources available for programmers of all levels, the code is highly readable, and in many cases phrases are comparable to those in the English language. Code can be written and executed from the command line, in an interactive IPython session, or in a [Jupyter](http://jupyter.org) (IPython) notebook.
22

33
The most common form of Python is compiled in C. This is often invisible to the beginning programmer, but if there are uses for which exceptionally fast implementation is needed then C extensions can be written to optimize Python execution.
44

0 commit comments

Comments
 (0)