浏览代码

Small wording fixes.

John Detlefs 8 年之前
父节点
当前提交
c9c13072fd
共有 1 个文件被更改,包括 4 次插入3 次删除
  1. 4 3
      jupyterlab/__init__.py

+ 4 - 3
jupyterlab/__init__.py

@@ -15,12 +15,13 @@ from notebook.utils import url_path_join as ujoin
 #-----------------------------------------------------------------------------
 
 DEV_NOTE_NPM = """It looks like you're running JupyterLab from source.
-If you're working on the TypeScript of the notebook, try running
+If you're working on the TypeScript sources of JupyterLab, try running
 
     npm run watch
 
-in another terminal window to have the system incrementally
-watch and build JupyterLab's TypeScript for you, as you make changes.
+from the JupyterLab repo directory in another terminal window to have the system
+incrementally watch and build JupyterLab's TypeScript for you, as you make
+changes.
 """
 
 HERE = os.path.dirname(__file__)