diff --git a/docs/source/frontends.rst b/docs/source/frontends.rst index 70ff48edde..63221fa8d4 100644 --- a/docs/source/frontends.rst +++ b/docs/source/frontends.rst @@ -19,7 +19,7 @@ The ExtensionApp: - loads itself as a server extension beside other Jupyter frontends and extensions. - provides a command-line interface to launch the frontend extension directly (starting a server along the way). -To create a new Jupyter frontend application, subclass the ExtensionApp like the example below: +To create a new Jupyter frontend application, subclass the ``ExtensionApp`` like the example below: .. code-block:: python