From d609abd3ff3aad6e9b167b46cba0a6457774ad13 Mon Sep 17 00:00:00 2001 From: Max Ghenis Date: Fri, 19 Jun 2020 09:49:50 -0700 Subject: [PATCH] Fix typo in examples.rst --- docs/examples.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/examples.rst b/docs/examples.rst index 326309d3..48932c75 100644 --- a/docs/examples.rst +++ b/docs/examples.rst @@ -452,7 +452,7 @@ will look as follows in the jupyter notebook .. todo:: Currently generating the two sets of notebooks requires two separate - runs of sphinx which is incovenient. It would be better to develop a set + runs of sphinx which is inconvenient. It would be better to develop a set of notebooks without solutions (as Default) and a set of notebooks with solutions in a subdir. @@ -579,4 +579,4 @@ will look as follows in the jupyter notebook inclusion of tests in the generated notebook can be controlled in the ``conf.py`` file using :code:`jupyter_drop_tests = False`. This is useful when using the - ``coverage`` build pathway. \ No newline at end of file + ``coverage`` build pathway.