Skip to content

Commit

Permalink
Merge pull request #419 from b6d/master
Browse files Browse the repository at this point in the history
doc(Tutorial): Fix formatting of unordered list
  • Loading branch information
kgriffs committed Jan 26, 2015
2 parents fba3632 + 45ca88b commit 3296523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/user/tutorial.rst
Expand Up @@ -587,7 +587,7 @@ that in mind, writing a high-quality API based on Falcon requires that:
1. Resource responders set response variables to sane values.
2. Your code is well-tested, with high code coverage.
3. Errors are anticipated, detected, and handled appropriately within each
responder.
responder.
.. tip::
Falcon will re-raise errors that do not inherit from ``falcon.HTTPError``
Expand Down

0 comments on commit 3296523

Please sign in to comment.