Skip to content

Commit

Permalink
Update docs/source/frontends.rst
Browse files Browse the repository at this point in the history
Co-Authored-By: Carol Willing <[email protected]>
  • Loading branch information
Zsailer and willingc authored Oct 10, 2019
1 parent 97ce993 commit 5cd5f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/frontends.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5cd5f82

Please sign in to comment.