summaryrefslogtreecommitdiff
path: root/docs/narr
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-01-24 01:02:42 -0800
committerSteve Piercy <web@stevepiercy.com>2016-01-24 01:02:42 -0800
commit3cdd3cedb9a120228f5bb2c0a9d53c0017b55cd9 (patch)
treee0a1cfa1d14468071fe825d2bb10dec31c895970 /docs/narr
parent1779c2a7c7653142cc3164e83b1f0fe43850f97b (diff)
downloadpyramid-3cdd3cedb9a120228f5bb2c0a9d53c0017b55cd9.tar.gz
pyramid-3cdd3cedb9a120228f5bb2c0a9d53c0017b55cd9.tar.bz2
pyramid-3cdd3cedb9a120228f5bb2c0a9d53c0017b55cd9.zip
Use proper syntax in code samples to allow highlighting and avoid errors. See https://github.com/sphinx-doc/sphinx/issues/2264
Diffstat (limited to 'docs/narr')
-rw-r--r--docs/narr/project.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index 5103bb6b8..923fde436 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -447,7 +447,7 @@ commenting out a line. For example, instead of:
:linenos:
[app:main]
- ...
+ # ... elided configuration
pyramid.includes =
pyramid_debugtoolbar
@@ -457,7 +457,7 @@ Put a hash mark at the beginning of the ``pyramid_debugtoolbar`` line:
:linenos:
[app:main]
- ...
+ # ... elided configuration
pyramid.includes =
# pyramid_debugtoolbar