Skip to content

Commit

Permalink
Add tiny doc touchups.
Browse files Browse the repository at this point in the history
  • Loading branch information
rduplain committed Jan 17, 2012
1 parent df19ee9 commit ed40eac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/installation.rst
Expand Up @@ -77,7 +77,7 @@ corresponding environment. On OS X and Linux, do the following::

(Note the space between the dot and the script name. The dot means that this
script should run in the context of the current shell. If this command does
not work in your shell, try replacing the dot with ``source``)
not work in your shell, try replacing the dot with ``source``.)

If you are a Windows user, the following command is for you::

Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart.rst
Expand Up @@ -122,7 +122,7 @@ Screenshot of the debugger in action:
* ``use_debugger`` - whether to use the internal Flask debugger
* ``use_reloader`` - whether to reload and fork the process on exception

``debug`` must be True (i.e., exceptions must caught) in order for the
``debug`` must be True (i.e., exceptions must be caught) in order for the
other two options to have any value.

If you're using Aptana/Eclipse for debugging you'll need to set both
Expand Down

0 comments on commit ed40eac

Please sign in to comment.