Skip to content
Snippets Groups Projects
Commit 25a7c70a authored by Thomas Holene Løkkeborg's avatar Thomas Holene Løkkeborg
Browse files

#98 docstring fiks

parent 7ccd3691
No related branches found
No related tags found
1 merge request!73#98 Kodefrasemodul
Pipeline #83716 passed with stages
in 2 minutes and 40 seconds
......@@ -155,7 +155,7 @@ def event_is_ctrl_plus(event):
Returns
-------
bool
True if is event is 'CTRL +'
True if event is 'CTRL +'.
"""
return (
event.modifiers() == Qt.ControlModifier and event.key() == Qt.Key_Plus
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment