From 727d349420b2f303bd8bb09fbd506113c8ac0f5c Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 5 Jul 2009 22:25:26 +0000 Subject: Spellcheck. --- docs/narr/unittesting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/narr/unittesting.rst') diff --git a/docs/narr/unittesting.rst b/docs/narr/unittesting.rst index a0d2b551b..22a36318a 100644 --- a/docs/narr/unittesting.rst +++ b/docs/narr/unittesting.rst @@ -39,7 +39,7 @@ The testing API provided by ``repoze.bfg`` allows you to simulate various application registry registrations for use under a unit testing framework without needing to invoke the actual application ZCML configuration. For example, if you wanted to test the above -``view_fn`` (assming it lived in ``my.package``), you could write a +``view_fn`` (assuming it lived in ``my.package``), you could write a unittest TestCase that used the testing API. .. code-block:: python -- cgit v1.2.3