From 45ca88b3a14c5a6b11efb9ac1260da44a62e0427 Mon Sep 17 00:00:00 2001 From: Bernhard Weitzhofer Date: Mon, 26 Jan 2015 14:39:09 +0100 Subject: [PATCH] doc(Tutorial): Fix formatting of unordered list --- doc/user/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/tutorial.rst b/doc/user/tutorial.rst index 47e29b3da..c7cd55cb7 100644 --- a/doc/user/tutorial.rst +++ b/doc/user/tutorial.rst @@ -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``