Skip to content

Commit

Permalink
Add missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrnr committed Feb 11, 2024
1 parent 576e68b commit 1c22aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pybv/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ def _chk_events(events, ch_names, n_times):
if not isinstance(event["description"], (int, str)):
raise ValueError(
f"events: when `type` is {event['type']}, `description` must be str"
"or int"
" or int"
)
event["description"] = str(event["description"])

Expand Down

0 comments on commit 1c22aec

Please sign in to comment.