Skip to content

Commit 1a6806d

Browse files
Abseil Teamcopybara-github
Abseil Team
authored andcommitted
Small typo fix in the module docsting of parameterized.py
PiperOrigin-RevId: 539733025
1 parent 38b837f commit 1a6806d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

absl/testing/parameterized.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ def testSumIsZero(self, arg):
159159
self.assertEqual(0, sum(arg))
160160
161161
162-
Cartesian product of Parameter Values as Parametrized Test Cases
163-
================================================================
162+
Cartesian product of Parameter Values as Parameterized Test Cases
163+
=================================================================
164164
165165
If required to test method over a cartesian product of parameters,
166166
`parameterized.product` may be used to facilitate generation of parameters

0 commit comments

Comments
 (0)