From f982b5b0ff0b31083d8ec2c00bce9640ec0342e9 Mon Sep 17 00:00:00 2001 From: Ben Dichter Date: Wed, 20 Nov 2024 11:48:44 -0500 Subject: [PATCH] Update docs/gallery/domain/ecephys.py Co-authored-by: Oliver Ruebel --- docs/gallery/domain/ecephys.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gallery/domain/ecephys.py b/docs/gallery/domain/ecephys.py index d02468bd9..8b6b6b18e 100644 --- a/docs/gallery/domain/ecephys.py +++ b/docs/gallery/domain/ecephys.py @@ -244,7 +244,7 @@ ecephys_module.add(lfp) ####################### -# If the derived data is filtered by not downsampled, you can store the data in an +# If the derived data is filtered but not downsampled, you can store the data in an # :py:class:`~pynwb.ecephys.ElectricalSeries` object in a :py:class:`~pynwb.ecephys.FilteredEphys` object # instead of a :py:class:`~pynwb.ecephys.LFP` object.