summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-03 01:21:29 -0500
committerChris McDonough <chrism@plope.com>2011-01-03 01:21:29 -0500
commit61c6c10c29d40297c8c47fed3a56f7a6266b2c86 (patch)
tree113ea8a7414bfb1df38260b62fffa44faf30bd8a /docs
parent1ab272d2d0ff43fc17815b5ccadbe18c5ccff589 (diff)
downloadpyramid-61c6c10c29d40297c8c47fed3a56f7a6266b2c86.tar.gz
pyramid-61c6c10c29d40297c8c47fed3a56f7a6266b2c86.tar.bz2
pyramid-61c6c10c29d40297c8c47fed3a56f7a6266b2c86.zip
fix rendering
Diffstat (limited to 'docs')
-rw-r--r--docs/glossary.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst
index 5deb9f5c6..ce2d77d8d 100644
--- a/docs/glossary.rst
+++ b/docs/glossary.rst
@@ -852,7 +852,6 @@ Glossary
http://pypi.python.org/pypi/WebError .
view mapper
-
A view mapper is a class which implements the
:class:`pyramid.interfaces.IViewMapperFactory` interface, which performs
view argument and return value mapping. This is a plug point for