Skip to content

Commit b798e25

Browse files
committed
Linting fix
1 parent e2d4810 commit b798e25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/source/developers/extensions.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,8 @@ Starting asynchronous tasks from an ExtensionApp
356356
.. versionadded:: 2.15.0
357357

358358

359-
An ``ExtensionApp`` can start asynchronous tasks after Jupyter Server's event loop is started by overriding its ``_start_jupyter_server_extension()`` method. This can be helpful for setting up e.g. background tasks.
359+
An ``ExtensionApp`` can start asynchronous tasks after Jupyter Server's event loop is started by overriding its
360+
``_start_jupyter_server_extension()`` method. This can be helpful for setting up e.g. background tasks.
360361

361362
Here is a basic (pseudo) code example:
362363

0 commit comments

Comments
 (0)