diff --git a/doc/en/how-to/fixtures.rst b/doc/en/how-to/fixtures.rst index 585fd2d8c..5a10b616f 100644 --- a/doc/en/how-to/fixtures.rst +++ b/doc/en/how-to/fixtures.rst @@ -759,7 +759,6 @@ Consider the differences in the following examples: def test_foo(fix_w_finalizers): print("test_foo") - pass def test_bar(fix_w_yield):