Skip to content

Commit ae4e596

Browse files
authored
Merge pull request #2840 from MarSoft/patch-2
Fix typo in parametrization doc
2 parents 46e3043 + cfdebb3 commit ae4e596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/example/parametrize.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ Parametrizing test methods through per-class configuration
350350
.. _`unittest parametrizer`: https://github.com/testing-cabal/unittest-ext/blob/master/params.py
351351

352352

353-
Here is an example ``pytest_generate_function`` function implementing a
353+
Here is an example ``pytest_generate_tests`` function implementing a
354354
parametrization scheme similar to Michael Foord's `unittest
355355
parametrizer`_ but in a lot less code::
356356

0 commit comments

Comments
 (0)