Fix up simple typo: invididual -> individual

pull/6610/head
Tim Gates 5 years ago committed by Adam Cozzette
parent f74b560072
commit 929a72d67c
  1. 2
      python/google/protobuf/internal/_parameterized.py

@ -51,7 +51,7 @@ like a normal test method, with its own setUp/tearDown cycle. In the
example above, there are three separate testcases, one of which will example above, there are three separate testcases, one of which will
fail due to an assertion error (1 + 1 != 3). fail due to an assertion error (1 + 1 != 3).
Parameters for invididual test cases can be tuples (with positional parameters) Parameters for individual test cases can be tuples (with positional parameters)
or dictionaries (with named parameters): or dictionaries (with named parameters):
class AdditionExample(parameterized.TestCase): class AdditionExample(parameterized.TestCase):

Loading…
Cancel
Save