diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/plugins/index.rst | 2 | ||||
-rw-r--r-- | doc/stub/pyinotify.py | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/source/plugins/index.rst b/doc/source/plugins/index.rst index 0b30a331..d1f021de 100644 --- a/doc/source/plugins/index.rst +++ b/doc/source/plugins/index.rst @@ -163,7 +163,7 @@ Plugin index Screen Detach :ref:`Documentation <screendetach-plugin>` - Changes your status to **away** if the screen poezio is in is detached. + Changes your status to **away** if the screen (or tmux) poezio is in gets detached. Send Delayed :ref:`Documentation <senddelayed-plugin>` diff --git a/doc/stub/pyinotify.py b/doc/stub/pyinotify.py index 48721264..1f8fc574 100644 --- a/doc/stub/pyinotify.py +++ b/doc/stub/pyinotify.py @@ -1,3 +1,5 @@ +class Notifier: + pass class WatchManager: pass class EventsCodes: |