Skip to content

Commit a985b4f

Browse files
authored
Update src/spikeinterface/extractors/nwbextractors.py
1 parent e0e8859 commit a985b4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/spikeinterface/extractors/nwbextractors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1420,7 +1420,7 @@ class NwbTimeSeriesExtractor(BaseRecording, _BaseNWBExtractor):
14201420
If True, the time vector is loaded into the recording object. Useful when
14211421
precise timing information is needed.
14221422
samples_for_rate_estimation : int, default: 1000
1423-
The number of timestamp samples used for estimating the sampling rate when
1423+
The number of timestamps used for estimating the sampling rate when
14241424
timestamps are used instead of a fixed rate.
14251425
stream_mode : Literal["fsspec", "remfile", "zarr"] | None, default: None
14261426
Determines the streaming mode for reading the file.

0 commit comments

Comments
 (0)