Skip to content

Commit

Permalink
Fix typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-k committed Jun 11, 2018
1 parent 1170504 commit 4a78711
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
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix typo in documentation
2 changes: 1 addition & 1 deletion doc/en/mark.rst
Original file line number Diff line number Diff line change
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 4a78711

Please sign in to comment.