소스 검색

Merge pull request #2017 from corrigentia/patch-46

Tweak exporting_for_web.rst a little
Rémi Verschelde 6 년 전
부모
커밋
41aefd604c
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``.