diff --git a/docs/gallery/general/plot_timeintervals.py b/docs/gallery/general/plot_timeintervals.py index 905b3213c..05adf27e9 100644 --- a/docs/gallery/general/plot_timeintervals.py +++ b/docs/gallery/general/plot_timeintervals.py @@ -24,8 +24,7 @@ data processing), it can be useful to describe intervals (or instantaneous events) in time as :py:class:`~pynwb.base.TimeSeries`. NWB provides several types for this purposes, e.g., :py:class:`~pynwb.misc.IntervalSeries`, :py:class:`~pynwb.behavior.BehavioralEpochs`, - :py:class:`~pynwb.behavior.BehavioralEvents`, :py:class:`~pynwb.ecephys.EventDetection`, or - :py:class:`~pynwb.ecephys.SpikeEventSeries`. + :py:class:`~pynwb.ecephys.EventDetection`, or :py:class:`~pynwb.ecephys.SpikeEventSeries`. """