From 4a7871106730db40c853b3c4d0f5601acdf13c40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20K=C3=A4ufl?= Date: Mon, 11 Jun 2018 13:28:09 +0200 Subject: [PATCH] Fix typo in documentation --- changelog/3567.trivial.rst | 1 + doc/en/mark.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog/3567.trivial.rst diff --git a/changelog/3567.trivial.rst b/changelog/3567.trivial.rst new file mode 100644 index 00000000000..b0bd6fdd44c --- /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 e47b8c3fb81..aa1210bb6b5 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: