Skip to content

Commit

Permalink
Merge pull request #2553 from greyli/patch-6
Browse files Browse the repository at this point in the history
Docs: Escape backslash for display
  • Loading branch information
davidism committed Dec 14, 2017
2 parents 4c9bf6e + 58ea360 commit db56e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit db56e38

Please sign in to comment.