Commit cdc6415f authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

Fixed #7962 -- Corrected typo in testing docs. Thanks to cgod for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8078 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent a1fda7e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ frameworks are:

          import unittest

          class MyFuncTestCase(unittest.TestCase)
          class MyFuncTestCase(unittest.TestCase):
              def testBasic(self):
                  a = ['larry', 'curly', 'moe']
                  self.assertEquals(my_func(a, 0), 'larry')