Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/en/example/parametrize.rst
Original file line number Diff line number Diff line change
Expand Up @@ -678,4 +678,4 @@ Or, if desired, you can ``pip install contextlib2`` and use:

.. code-block:: python

from contextlib2 import ExitStack as does_not_raise
from contextlib2 import nullcontext as does_not_raise