From b7736b4552fb6ba2c1745503f47e947928b293b1 Mon Sep 17 00:00:00 2001 From: Bert JW Regeer Date: Tue, 6 Oct 2015 19:53:17 -0600 Subject: Missing space was causing Sphinx to barf Sphinx was barfing about "Inline literal start-string without end-string.". It barfs no more. --- docs/narr/project.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/narr/project.rst b/docs/narr/project.rst index d8312b4ea..c9e89aff4 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -1014,7 +1014,7 @@ its scaffolding. But we strongly recommend using ``pserve`` while developing your application because many other convenience introspection commands (such as ``pviews``, ``prequest``, ``proutes``, and others) are also implemented in terms of configuration availability of this ``.ini`` file format. It also -configures Pyramid logging and provides the ``--reload``switch for convenient +configures Pyramid logging and provides the ``--reload`` switch for convenient restarting of the server when code changes. .. _alternate_wsgi_server: -- cgit v1.2.3