From 9c943d7375af3ed25c2c1d32f42bdf359f13d115 Mon Sep 17 00:00:00 2001 From: ikkiran Date: Mon, 30 Jan 2012 13:54:14 +0530 Subject: Minor Changes: R10. --- TDD/using_python_framework_for_tdd/tdd2_script.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TDD/using_python_framework_for_tdd/tdd2_script.rst b/TDD/using_python_framework_for_tdd/tdd2_script.rst index be41e6d..53165fa 100755 --- a/TDD/using_python_framework_for_tdd/tdd2_script.rst +++ b/TDD/using_python_framework_for_tdd/tdd2_script.rst @@ -44,7 +44,7 @@ At the end of this tutorial, you will be able to, .. R3 -Before beginning this tutorial,we would suggest you to complete the +Before beginning this tutorial,we suggest you to complete the tutorial on "Test driven development-part 1". .. R4 @@ -133,7 +133,7 @@ it complains only when any test fails. .. R10 -Let us run doctests by typing ``python fibonacci.py``. +Let us run doctest by typing ``python fibonacci.py``. As all tests pass, doctest doesn't give any output. For detailed information, we may run the file with -v argument. Run as ``python -v fibonacci.py``. -- cgit