From a9284afde97c30d136e8ec675794c7cdcf4ca277 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sun, 2 May 2010 11:38:40 +0200 Subject: [PATCH] Fixed typo in tutorial. This fixes #19 --- docs/tutorial/testing.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/tutorial/testing.rst b/docs/tutorial/testing.rst index 3d1aa806..c3075e3a 100644 --- a/docs/tutorial/testing.rst +++ b/docs/tutorial/testing.rst @@ -2,8 +2,7 @@ Bonus: Testing the Application =============================== Now that you have finished the application and everything works as -expected, it's probably not the best idea to add automated tests to -simplify modifications in the future. The application above is used as a -basic example of how to perform unittesting in the :ref:`testing` section -of the documentation. Go there to see how easy it is to test Flask -applications. +expected, it's probably not a good idea to add automated tests to simplify +modifications in the future. The application above is used as a basic +example of how to perform unittesting in the :ref:`testing` section of the +documentation. Go there to see how easy it is to test Flask applications.