Skip to content

Commit efc9a0e

Browse files
authored
Merge pull request #3567 from michael-k/doc-typo
Fix typo in documentation
2 parents 1170504 + 4a78711 commit efc9a0e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog/3567.trivial.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix typo in documentation

doc/en/mark.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Updating code
7878
~~~~~~~~~~~~~
7979

8080
The old ``Node.get_marker(name)`` function is considered deprecated because it returns an internal ``MarkerInfo`` object
81-
which contains the merged name, ``*args`` and ``**kwargs**`` of all the markers which apply to that node.
81+
which contains the merged name, ``*args`` and ``**kwargs`` of all the markers which apply to that node.
8282

8383
In general there are two scenarios on how markers should be handled:
8484

0 commit comments

Comments
 (0)