Steve Piercy
2017-02-05 fa934e95d05d723138288ec9063b3fd9fc121e22
Merge pull request #2945 from stevepiercy/master

configuration should not be quoted
1 files modified
2 ■■■ changed files
docs/narr/configuration.rst 2 ●●● patch | view | raw | blame | history
docs/narr/configuration.rst
@@ -54,7 +54,7 @@
       server.serve_forever()
We won't talk much about what this application does yet.  Just note that the
"configuration' statements take place underneath the ``if __name__ ==
configuration statements take place underneath the ``if __name__ ==
'__main__':`` stanza in the form of method calls on a :term:`Configurator`
object (e.g., ``config.add_view(...)``).  These statements take place one after
the other, and are executed in order, so the full power of Python, including