From 58ea360d431d7d2d430d08d89a75dd70946fb263 Mon Sep 17 00:00:00 2001 From: Grey Li Date: Thu, 14 Dec 2017 14:38:37 +0800 Subject: [PATCH] Docs: Add missing backslash --- docs/cli.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli.rst b/docs/cli.rst index cdb0fc59..136e43e0 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -176,7 +176,7 @@ Unix Bash, :file:`venv/bin/activate`:: export FLASK_APP=hello -Windows CMD, :file:`venv\Scripts\activate.bat`:: +Windows CMD, :file:`venv\\Scripts\\activate.bat`:: set FLASK_APP=hello