Skip to content

Commit cfdebb3

Browse files
authored
Fix typo in parametrization doc
1 parent 46e3043 commit cfdebb3

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)