diff options
| -rw-r--r-- | src/python.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python.hh b/src/python.hh index 8b6c4ae8..3fd6baa9 100644 --- a/src/python.hh +++ b/src/python.hh @@ -81,7 +81,7 @@ struct EventAction { EnterWindow, //!< Occurs when the mouse enters a window LeaveWindow, //!< Occurs when the mouse leaves a window //! Occurs while a window is being managed. The handler should call - //! Client::move to the window + //! Client::move on the window PlaceWindow, //! Occurs while a window is being managed, just before the window is //! displayed |
