8000 DOC : fix MEP22 markup · caspervdw/matplotlib@e680cd2 · GitHub
[go: up one dir, main page]

Skip to content

Commit e680cd2

Browse files
committed
DOC : fix MEP22 markup
1 parent 5839ab2 commit e680cd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/devel/MEP/MEP22.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ The following instance attributes are set at instantiation:
9393
* keypress associated with the Tool Keymap
9494
* Call to navigation.trigger_tool(name)
9595
* set_figure(self, figure): Set the figure and navigation attributes
96-
* destroy(self, *args): Destroy the `Tool` graphical interface (if exists)
96+
* ``destroy(self, *args)``: Destroy the `Tool` graphical interface (if exists)
9797

9898
**Available Tools**
9999
* ToolQuit
@@ -150,7 +150,7 @@ Public methods for **User use**:
150150
None
151151
* get_tool_keymap(self, name): Return a list of keys that are
152152
associated with the tool
153-
* set_tool_keymap(self, name, *keys): Set the keys for the given tool
153+
* set_tool_keymap(self, name, ``*keys``): Set the keys for the given tool
154154
* remove_tool(self, name): Removes tool from the navigation control.
155155
* add_tools(self, tools): Add multiple tools to `Navigation`
156156
* add_tool(self, name, tool, group=None, position=None): Add a tool

0 commit comments

Comments
 (0)
0