Fix typo in documentation

This commit is contained in:
Michael Käufl 2018-06-11 13:28:09 +02:00
parent 11705040ac
commit 4a78711067
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
Fix typo in documentation

View File

@ -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: