Skip to content

Commit

Permalink
Typo fix for doc added in r12034. Thanks Alex Gaynor.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12035 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
kmtracey committed Dec 31, 2009
1 parent 9a55432 commit d406a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/testing.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ a test case, add the name of the test method to the label::
You can now trigger a graceful exit from a test run by pressing ``Ctrl-C``. You can now trigger a graceful exit from a test run by pressing ``Ctrl-C``.


If you press ``Ctrl-C`` while the tests are running, the test runner will If you press ``Ctrl-C`` while the tests are running, the test runner will
wait fur the currently running test to complete and then exit gracefully. wait for the currently running test to complete and then exit gracefully.
During a graceful exit the test runner will output details of any test During a graceful exit the test runner will output details of any test
failures, report on how many tests were run and how many errors and failures failures, report on how many tests were run and how many errors and failures
were encountered, and destroy any test databases as usual. Thus pressing were encountered, and destroy any test databases as usual. Thus pressing
Expand Down

0 comments on commit d406a8d

Please sign in to comment.