Merge pull request #3567 from michael-k/doc-typo

Fix typo in documentation
This commit is contained in:
Bruno Oliveira 2018-06-11 09:09:53 -03:00 committed by GitHub
commit efc9a0ecb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: