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