Skip to content

Commit

Permalink
Merge pull request flask-restful#451 from ZhangBohan/patch-1
Browse files Browse the repository at this point in the history
Update reqparse.rst
  • Loading branch information
joshfriend committed May 25, 2015
2 parents c067eed + c5b186e commit eed173e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reqparse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ The application configuration key is "BUNDLE_ERRORS". For example ::
from flask import Flask

app = Flask(__name__)
app.config['BUNDLE_ERRRORS] = True
app.config['BUNDLE_ERRRORS'] = True

Note: If ``BUNDLE_ERRORS`` is set on the application, setting ``bundle_errors``
to ``False`` in the RequestParser keyword argument will not work.

0 comments on commit eed173e

Please sign in to comment.