We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b492c5 commit c0d27c5Copy full SHA for c0d27c5
docs/plugin_system.rst
@@ -123,8 +123,9 @@ in a configuration file like the following:
123
Plugin API
124
----------
125
126
+.. automethod:: tmuxp.plugin.TmuxpPlugin.__init__
127
.. automethod:: tmuxp.plugin.TmuxpPlugin.before_workspace_builder
128
.. automethod:: tmuxp.plugin.TmuxpPlugin.on_window_create
129
.. automethod:: tmuxp.plugin.TmuxpPlugin.after_window_finished
130
.. automethod:: tmuxp.plugin.TmuxpPlugin.before_script
-.. automethod:: tmuxp.plugin.TmuxpPlugin.reattach
131
+.. automethod:: tmuxp.plugin.TmuxpPlugin.reattach
0 commit comments