diff --git a/docs/source/whatsnew/version0.10.txt b/docs/source/whatsnew/version0.10.txt index b8574b9..ca4e840 100644 --- a/docs/source/whatsnew/version0.10.txt +++ b/docs/source/whatsnew/version0.10.txt @@ -36,10 +36,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