浏览代码

Update exporting_for_web.rst

corrigentia 6 年之前
父节点
当前提交
8620332e8c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      getting_started/workflow/export/exporting_for_web.rst

+ 1 - 1
getting_started/workflow/export/exporting_for_web.rst

@@ -82,7 +82,7 @@ Many browsers, Chromium-based browsers specifically, will not load exported
 projects when **opened locally** per ``file://`` protocol. To get around this,
 use a local server.
 
-Python offers an easy method for this, using ``python -m SimpleHTTPServer``
+Python offers an easy method for this; using ``python -m SimpleHTTPServer``
 with Python 2 or ``python -m http.server`` with Python 3 will serve the current
 working directory on ``http://localhost:8000``.