瀏覽代碼

Apply suggestions from code review

Co-authored-by: Jason Grout <jasongrout@users.noreply.github.com>
Jeremy Tuloup 4 年之前
父節點
當前提交
606bbef30c
共有 1 個文件被更改,包括 2 次插入2 次删除
  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