Skip to content

Commit

Permalink
Merge pull request ipython#8832 from lingxz/minor-typo
Browse files Browse the repository at this point in the history
fixing a minor typo in magic docs
  • Loading branch information
minrk committed Sep 25, 2015
2 parents 0596ffd + d4ecd46 commit 40c34d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IPython/core/magics/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def magic(self, parameter_s=''):
magics; cell magics always require an explicit '%%' escape. By default,
IPython ships with automagic on, so you should only rarely need the % escape.
Example: typing '%cd mydir' (without the quotes) changes you working directory
Example: typing '%cd mydir' (without the quotes) changes your working directory
to 'mydir', if it exists.
For a list of the available magic functions, use %lsmagic. For a description
Expand Down

0 comments on commit 40c34d3

Please sign in to comment.