diff --git a/changelog/3567.trivial.rst b/changelog/3567.trivial.rst new file mode 100644 index 000000000..b0bd6fdd4 --- /dev/null +++ b/changelog/3567.trivial.rst @@ -0,0 +1 @@ +Fix typo in documentation diff --git a/doc/en/mark.rst b/doc/en/mark.rst index e47b8c3fb..aa1210bb6 100644 --- a/doc/en/mark.rst +++ b/doc/en/mark.rst @@ -78,7 +78,7 @@ Updating code ~~~~~~~~~~~~~ The old ``Node.get_marker(name)`` function is considered deprecated because it returns an internal ``MarkerInfo`` object -which contains the merged name, ``*args`` and ``**kwargs**`` of all the markers which apply to that node. +which contains the merged name, ``*args`` and ``**kwargs`` of all the markers which apply to that node. In general there are two scenarios on how markers should be handled: