summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2014-04-24 01:10:49 -0500
committerMichael Merickel <michael@merickel.org>2014-04-24 01:10:49 -0500
commit6ef48ea1fa02dd423befa77702ce2b02e1fc722c (patch)
tree1043c6e9bef1c340bd1b3b5f3ea9f3c0d2c12707 /docs
parent09beb29cb2a142c798d97caf17ead9def79f0843 (diff)
parentcef139b9c2f163694968ae5b7efe7eae07e72c04 (diff)
downloadpyramid-6ef48ea1fa02dd423befa77702ce2b02e1fc722c.tar.gz
pyramid-6ef48ea1fa02dd423befa77702ce2b02e1fc722c.tar.bz2
pyramid-6ef48ea1fa02dd423befa77702ce2b02e1fc722c.zip
Merge pull request #1323 from bmess/narrative_typo
Typo found in second Declarative code block
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/configuration.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/narr/configuration.rst b/docs/narr/configuration.rst
index f7a69d613..52615533d 100644
--- a/docs/narr/configuration.rst
+++ b/docs/narr/configuration.rst
@@ -114,7 +114,6 @@ in a package and its subpackages. For example:
return Response('Hello')
if __name__ == '__main__':
- from pyramid.config import Configurator
config = Configurator()
config.scan()
app = config.make_wsgi_app()