Merge pull request #1057 from IanConnolly/doc-fix

Fixes #1051
This commit is contained in:
Kenneth Reitz 2014-05-16 10:16:12 -04:00
commit da1c1f0d7f

View file

@ -215,8 +215,8 @@ step.
The Script Info The Script Info
--------------- ---------------
The Flask script integration might be confusing at first, but it has good The Flask script integration might be confusing at first, but there is a reason
rasons it's done this way. The reason for this is that Flask wants to why it's done this way. The reason for this is that Flask wants to
both provide custom commands to click as well as not loading your both provide custom commands to click as well as not loading your
application unless it has to. The reason for this is added flexibility. application unless it has to. The reason for this is added flexibility.