diff -r 1d7496eff907 Doc/library/unittest.rst --- a/Doc/library/unittest.rst Fri Jul 03 23:55:23 2015 -0700 +++ b/Doc/library/unittest.rst Sat Jul 04 16:41:30 2015 +0530 @@ -47,7 +47,7 @@ Module :mod:`doctest` Another test-support module with a very different flavor. - `Simple Smalltalk Testing: With Patterns `_ + `Simple Smalltalk Testing: With Patterns `_ Kent Beck's original paper on testing frameworks using the pattern shared by :mod:`unittest`.