Fix typo in documentation
This commit is contained in:
parent
11705040ac
commit
4a78711067
|
@ -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
|
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:
|
In general there are two scenarios on how markers should be handled:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue