Prechádzať zdrojové kódy

Apply suggestions from code review

Co-authored-by: Jason Grout <jasongrout@users.noreply.github.com>
Jeremy Tuloup 4 rokov pred
rodič
commit
606bbef30c
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      docs/source/user/debugger.rst

+ 2 - 2
docs/source/user/debugger.rst

@@ -20,9 +20,9 @@ Here is a list of kernels that are known to be supporting the debug protocol:
 Other Jupyter Kernels can also support debugging and be compatible with the JupyterLab debugger
 by implementing the `Jupyter Debugger Protocol <https://jupyter-client.readthedocs.io/en/latest/messaging.html#debug-request>`_.
 
-If you know of other kernels with support for debugging, please open a PR to add them to this list!
+If you know of other kernels with support for debugging, please open a PR to add them to this list.
 
-Here is an example on how to install ``xeus-python`` in a new ``conda`` environment:
+Here is an example of how to install ``xeus-python`` in a new ``conda`` environment:
 
 .. code:: bash