summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/tools/print_keys.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/tools/print_keys.py b/doc/tools/print_keys.py
index ea2b1a4e..73091db4 100755
--- a/doc/tools/print_keys.py
+++ b/doc/tools/print_keys.py
@@ -18,4 +18,3 @@ def main(w):
             w.addstr(repr(getmouse()) + sep)
         else:
             w.addstr(str(ch) + sep)
-