Skip to content

Commit

Permalink
Update src/spikeinterface/core/recording_tools.py
Browse files Browse the repository at this point in the history
Co-authored-by: Zach McKenzie <[email protected]>
  • Loading branch information
alejoe91 and zm711 authored Aug 28, 2024
1 parent bc1c704 commit d6f3ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/core/recording_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ def do_recording_attributes_match(
bool
True if the recordings have the same attributes
str
A string with the an exception message with attributes that do not match
A string with the exception message with the attributes that do not match
"""
recording1_attributes = get_rec_attributes(recording1)
recording2_attributes = deepcopy(recording2_attributes)
Expand Down

0 comments on commit d6f3ced

Please sign in to comment.