From 972dc9b289161437a45f0e2183363b7ebb88ac50 2010-12-02 16:36:24 From: MinRK Date: 2010-12-02 16:36:24 Subject: [PATCH] Fix typo in 0.10 changes doc closes gh-210 --- diff --git a/docs/source/changes.txt b/docs/source/changes.txt index 5867ab3..477d87a 100644 --- a/docs/source/changes.txt +++ b/docs/source/changes.txt @@ -46,10 +46,10 @@ Highlights of this release: in remote tasks, as well as providing better control for remote task IDs. - New IPython Sphinx directive contributed by John Hunter. You can use this - directive to mark blocks in reSructuredText documents as containig IPython - syntax (including figures) and the will be executed during the build:: + directive to mark blocks in reSructuredText documents as containing IPython + syntax (including figures) and the will be executed during the build: - .. ipython:: + .. sourcecode:: ipython In [2]: plt.figure() # ensure a fresh figure