Skip to content

Commit 8b2f597

Browse files
committed
documentation wording fixes
1 parent 4bf729a commit 8b2f597

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ You may also display the code *below* the output with ``:code-below:``::
187187
.. jupyter-execute::
188188
:code-below:
189189

190-
print('this output is above the code')
190+
print('this code is below the output')
191191

192192
produces:
193193

@@ -298,7 +298,7 @@ produces:
298298
a['jello']
299299

300300
Additionally, any output sent to the ``stderr`` stream of a cell will result in jupyter-sphinx
301-
raising an exception. This behaviour can be suppressed (and the ``stderr`` stream printed as regular
301+
producing a warning. This behaviour can be suppressed (and the ``stderr`` stream printed as regular
302302
output) by providing the ``stderr`` option::
303303

304304
.. jupyter-execute::

0 commit comments

Comments
 (0)