s/sitautions/situations

This commit is contained in:
David Wolever
2013-05-19 17:02:51 -04:00
parent e5e5506170
commit 8d49adfaa7

View File

@@ -120,7 +120,7 @@ functions::
And ``@parameterized.expand`` can be used to generate test methods in
sitautions where test generators cannot be used (for example, when the test
situations where test generators cannot be used (for example, when the test
class is a subclass of ``unittest.TestCase``)::
import unittest