##// END OF EJS Templates
Correct punctuation
Thomas Kluyver -
Show More
@@ -203,7 +203,7 b' Major changes to the IPython Notebook in 1.0:'
203 - Fix an issue parsing LaTeX in markdown cells, which required users to type ``\\\``,
203 - Fix an issue parsing LaTeX in markdown cells, which required users to type ``\\\``,
204 instead of ``\\``.
204 instead of ``\\``.
205 - Notebook templates are rendered with Jinja instead of Tornado.
205 - Notebook templates are rendered with Jinja instead of Tornado.
206 - ``%%file`` has been renamed ``%%writefile`` (``%%file``) is deprecated.
206 - ``%%file`` has been renamed ``%%writefile`` (``%%file`` is deprecated).
207 - ANSI (and VT100) color parsing has been improved in both performance and
207 - ANSI (and VT100) color parsing has been improved in both performance and
208 supported values.
208 supported values.
209 - The static files path can be found as ``IPython.html.DEFAULT_STATIC_FILES_PATH``,
209 - The static files path can be found as ``IPython.html.DEFAULT_STATIC_FILES_PATH``,
General Comments 0
You need to be logged in to leave comments. Login now