Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne committed Dec 3, 2024
1 parent cb15a33 commit 245c702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stimuli/keyboard/_keyboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Keyboard:
Parameters
----------
keys: str | list of str | None
keys : str | list of str | None
The list of keys to monitor. If None, all keys will be monitored.
Keys should be specified as strings, for instance
``['a', 'enter', 'space', 'shift_r']``.
Expand Down

0 comments on commit 245c702

Please sign in to comment.