Skip to content

Commit aa3851f

Browse files
committed
Merge branch 'more-function-keys'
2 parents df623d6 + 77c5943 commit aa3851f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mathicsscript/bindkeys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def _group_autocomplete_toggle(event):
143143
# Add an additional key binding for toggling this flag.
144144
@bindings.add("f2")
145145
def _next_pygements_style(event):
146-
"""Set Pygments style to the next sytle in ."""
146+
"""Set Pygments style to the next sytle in ALL_PYGMENTS_STYLE."""
147147
app = event.app
148148

149149
try:

0 commit comments

Comments
 (0)