Show More
@@ -232,7 +232,7 b" of any of them, type %magic_name?, e.g. '%cd?'." | |||||
232 |
|
232 | |||
233 | Currently the magic system has the following functions:""", |
|
233 | Currently the magic system has the following functions:""", | |
234 | magic_docs, |
|
234 | magic_docs, | |
235 | "Summary of magic functions (from %slsmagic):", |
|
235 | "Summary of magic functions (from %slsmagic):" % magic_escapes['line'], | |
236 | self._lsmagic(), |
|
236 | self._lsmagic(), | |
237 | ] |
|
237 | ] | |
238 | page.page('\n'.join(out)) |
|
238 | page.page('\n'.join(out)) |
General Comments 0
You need to be logged in to leave comments.
Login now