##// END OF EJS Templates
docs: typo fix
Sebastian Witowski -
Show More
@@ -698,7 +698,7 your Python programs for this to work (detailed examples follow later)::
698 embed() # this call anywhere in your program will start IPython
698 embed() # this call anywhere in your program will start IPython
699
699
700 You can also embed an IPython *kernel*, for use with qtconsole, etc. via
700 You can also embed an IPython *kernel*, for use with qtconsole, etc. via
701 ``IPython.embed_kernel()``. This should function work the same way, but you can
701 ``IPython.embed_kernel()``. This should work the same way, but you can
702 connect an external frontend (``ipython qtconsole`` or ``ipython console``),
702 connect an external frontend (``ipython qtconsole`` or ``ipython console``),
703 rather than interacting with it in the terminal.
703 rather than interacting with it in the terminal.
704
704
General Comments 0
You need to be logged in to leave comments. Login now