Skip to content

Commit 51c0256

Browse files
committed
Remove :py:mod: ref from changelog: fails our linting check
1 parent 4459aa3 commit 51c0256

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
..
1+
..
22
You should *NOT* be adding new change log entries to this file, this
33
file is managed by towncrier. You *may* edit previous change logs to
44
fix problems like typo corrections or such.
@@ -377,7 +377,7 @@ Features
377377
- Match ``warns`` signature to ``raises`` by adding ``match`` keyword. (`#2708
378378
<https://github.com/pytest-dev/pytest/issues/2708>`_)
379379

380-
- Pytest now captures and displays output from the standard :py:mod:`logging` module.
380+
- Pytest now captures and displays output from the standard ``logging`` module.
381381
The user can control the logging level to be captured by specifying options
382382
in ``pytest.ini``, the command line and also during individual tests using
383383
markers. Also, a ``caplog`` fixture is available that enables users to test

0 commit comments

Comments
 (0)