From b7eb4e0cb297c1297b33f237d3bd2b52eca79569 Mon Sep 17 00:00:00 2001 From: Michael Alexsander Silva Dias Date: Wed, 6 Feb 2019 00:34:18 -0200 Subject: [PATCH] Fix unexpected indentation in "Exporting for web" page --- getting_started/workflow/export/exporting_for_web.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/getting_started/workflow/export/exporting_for_web.rst b/getting_started/workflow/export/exporting_for_web.rst index 0f26156e4..91364945f 100644 --- a/getting_started/workflow/export/exporting_for_web.rst +++ b/getting_started/workflow/export/exporting_for_web.rst @@ -16,10 +16,10 @@ in the user's browser. load exported projects when **opened locally** per ``file://`` protocol. To get around this, use a local server. -.. tip:: Python offers an easy method to start a local server. Use - ``python -m SimpleHTTPServer`` with Python 2 or - ``python -m http.server`` with Python 3 to serve the current working - directory at ``http://localhost:8000``. + .. tip:: Python offers an easy method to start a local server. + Use ``python -m SimpleHTTPServer`` with Python 2 or + ``python -m http.server`` with Python 3 to serve the + current working directory at ``http://localhost:8000``. WebGL 2 -------