Skip to content

Commit bbe72a1

Browse files
committed
restore the intended typo
1 parent e544baa commit bbe72a1

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
@@ -155,15 +155,15 @@ a list of error types; if an error is raised that is not in the list then execut
155155
:raises: KeyError, ValueError
156156

157157
a = {'hello': 'world!'}
158-
a['hello']
158+
a['jello']
159159

160160
produces:
161161

162162
.. jupyter-execute::
163163
:raises: KeyError, ValueError
164164

165165
a = {'hello': 'world!'}
166-
a['hello']
166+
a['jello']
167167

168168
Additionally, any output sent to the ``stderr`` stream of a cell will result in jupyter-sphinx
169169
raising an exception. This behaviour can be suppressed (and the ``stderr`` stream printed as regular

0 commit comments

Comments
 (0)