Skip to content

Commit

Permalink
Merge pull request #2863 from lancelote/patch-1
Browse files Browse the repository at this point in the history
Remove typo @ in assignment
  • Loading branch information
The-Compiler authored Oct 23, 2017
2 parents 4cb60da + dc5f33b commit 531e0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/en/warnings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ decorator or to all tests in a module by setting the ``pytestmark`` variable:
.. code-block:: python
# turns all warnings into errors for this module
pytestmark = @pytest.mark.filterwarnings('error')
pytestmark = pytest.mark.filterwarnings('error')
.. note::
Expand Down

0 comments on commit 531e0dc

Please sign in to comment.