瀏覽代碼

Changes per @blink1073

Carol Willing 8 年之前
父節點
當前提交
cdc32295db
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      examples/console/main.py
  2. 1 1
      examples/filebrowser/main.py

+ 1 - 1
examples/console/main.py

@@ -1,5 +1,5 @@
 """
-An example demonstrating a stand-alone "console" using JupyterLab.
+An example demonstrating a stand-alone "console".
 
 Copyright (c) Jupyter Development Team.
 Distributed under the terms of the Modified BSD License.

+ 1 - 1
examples/filebrowser/main.py

@@ -1,5 +1,5 @@
 """
-An example demonstrating a stand-alone "filebrowser" example using JupyterLab.
+An example demonstrating a stand-alone "filebrowser" example.
 
 Copyright (c) Jupyter Development Team.
 Distributed under the terms of the Modified BSD License.