Skip to content

Commit

Permalink
Merge pull request #3567 from michael-k/doc-typo
Browse files Browse the repository at this point in the history
Fix typo in documentation
  • Loading branch information
nicoddemus committed Jun 11, 2018
2 parents 1170504 + 4a78711 commit efc9a0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog/3567.trivial.rst
@@ -0,0 +1 @@
Fix typo in documentation
2 changes: 1 addition & 1 deletion doc/en/mark.rst
Expand Up @@ -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:

Expand Down

0 comments on commit efc9a0e

Please sign in to comment.