Skip to content

Commit d6f3ced

Browse files
alejoe91zm711
andauthored
Update src/spikeinterface/core/recording_tools.py
Co-authored-by: Zach McKenzie <92116279+zm711@users.noreply.github.com>
1 parent bc1c704 commit d6f3ced

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/spikeinterface/core/recording_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ def do_recording_attributes_match(
951951
bool
952952
True if the recordings have the same attributes
953953
str
954-
A string with the an exception message with attributes that do not match
954+
A string with the exception message with the attributes that do not match
955955
"""
956956
recording1_attributes = get_rec_attributes(recording1)
957957
recording2_attributes = deepcopy(recording2_attributes)

0 commit comments

Comments
 (0)