Skip to content

Commit

Permalink
%magic: Fix %slsmagic typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
bfroehle committed Jul 21, 2012
1 parent c466c49 commit e36989b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IPython/core/magics/basic.py
Expand Up @@ -232,7 +232,7 @@ def magic(self, parameter_s=''):
Currently the magic system has the following functions:""",
magic_docs,
"Summary of magic functions (from %slsmagic):",
"Summary of magic functions (from %slsmagic):" % magic_escapes['line'],
self._lsmagic(),
]
page.page('\n'.join(out))
Expand Down

0 comments on commit e36989b

Please sign in to comment.