From 929a72d67c5fb1030a58260590d47320a0b2dbd8 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Mon, 2 Sep 2019 20:26:59 +1000 Subject: [PATCH] Fix up simple typo: invididual -> individual --- python/google/protobuf/internal/_parameterized.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/google/protobuf/internal/_parameterized.py b/python/google/protobuf/internal/_parameterized.py index 38f76c5ae2..4cba1d479d 100755 --- a/python/google/protobuf/internal/_parameterized.py +++ b/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 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): class AdditionExample(parameterized.TestCase):