summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-12-19 13:54:32 -0500
committerChris McDonough <chrism@plope.com>2010-12-19 13:54:32 -0500
commitf3ec7ad5bf41ee34de8fd8a2d64e2f1a4b01c102 (patch)
treecb05f3141a85a8d7b79c22d6716c6b5c0b19bc42 /docs
parentbdb5ed9e176bb83be7ab2563c69b4c92be469eab (diff)
downloadpyramid-f3ec7ad5bf41ee34de8fd8a2d64e2f1a4b01c102.tar.gz
pyramid-f3ec7ad5bf41ee34de8fd8a2d64e2f1a4b01c102.tar.bz2
pyramid-f3ec7ad5bf41ee34de8fd8a2d64e2f1a4b01c102.zip
cunctional -> functional
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/testing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/testing.rst b/docs/narr/testing.rst
index dd7ec103f..ab4296f6c 100644
--- a/docs/narr/testing.rst
+++ b/docs/narr/testing.rst
@@ -56,7 +56,7 @@ Into Python <http://diveintopython.org/unit_testing/index.html>`_ by Mark
Pilgrim.
:app:`Pyramid` provides a number of facilities that make unit, integration,
-and cunctional tests easier to write. The facilities become particularly
+and functional tests easier to write. The facilities become particularly
useful when your code calls into :app:`Pyramid` -related framework functions.
.. index::