Skip to content

Commit e815220

Browse files
authored
Merge pull request #4601 from Stranger6667/fix-typo
Fix typo in the Changelog for `get_closest_marker`
2 parents e24fdb1 + 5d0bcb4 commit e815220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@ Features
10221022
- Revamp the internals of the ``pytest.mark`` implementation with correct per
10231023
node handling which fixes a number of long standing bugs caused by the old
10241024
design. This introduces new ``Node.iter_markers(name)`` and
1025-
``Node.get_closest_mark(name)`` APIs. Users are **strongly encouraged** to
1025+
``Node.get_closest_marker(name)`` APIs. Users are **strongly encouraged** to
10261026
read the `reasons for the revamp in the docs
10271027
<https://docs.pytest.org/en/latest/mark.html#marker-revamp-and-iteration>`_,
10281028
or jump over to details about `updating existing code to use the new APIs

0 commit comments

Comments
 (0)