Merge pull request #3567 from michael-k/doc-typo
Fix typo in documentation
This commit is contained in:
commit
efc9a0ecb5
|
@ -0,0 +1 @@
|
|||
Fix typo in documentation
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue