Skip to content

Commit 531152c

Browse files
committed
correct docstring for JupyterCellNode
1 parent 9e9cf80 commit 531152c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jupyter_sphinx/execute.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,10 @@ def run(self):
146146

147147

148148
class JupyterCellNode(docutils.nodes.container):
149-
"""Inserted into doctree whever a JupyterKernel directive is encountered.
149+
"""Inserted into doctree whever a JupyterCell directive is encountered.
150150
151-
Used as a marker to signal that the following JupyterCellNodes (until the
152-
next, if any, JupyterKernelNode) should be executed in a separate kernel.
151+
Contains code that will be executed in a Jupyter kernel at a later
152+
doctree-transformation step.
153153
"""
154154

155155
def __init__(self, source_lines, options):

0 commit comments

Comments
 (0)