浏览代码

Fix up simple typo: invididual -> individual

Tim Gates 6 年之前
父节点
当前提交
929a72d67c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      python/google/protobuf/internal/_parameterized.py

+ 1 - 1
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):