summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Petrello <lists@ryanpetrello.com>2013-08-29 16:07:05 -0400
committerRyan Petrello <lists@ryanpetrello.com>2013-08-29 16:07:05 -0400
commit2feae26eda106642dd13799474c7e3f5a9f818fa (patch)
treefe31f236d4129ac6c480762b7ee815b2c305f105
parenta5695984349aae023097d31612a87c08930406cb (diff)
downloadpecan-2feae26eda106642dd13799474c7e3f5a9f818fa.tar.gz
Fix an RST heading.
Change-Id: I0a4068eb5624c2d9df54ce695ae9616725b0091b
-rw-r--r--docs/source/secure_controller.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/secure_controller.rst b/docs/source/secure_controller.rst
index 090b512..1bc94c6 100644
--- a/docs/source/secure_controller.rst
+++ b/docs/source/secure_controller.rst
@@ -62,7 +62,7 @@ To secure a class, invoke with two arguments::
``SecureController``
--------------------
+--------------------
Alternatively, the same functionality can also be accomplished by
subclassing Pecan's :class:`SecureController`. Implementations of