Skip to content

Commit

Permalink
fix location of AbstractFeatureSeries
Browse files Browse the repository at this point in the history
  • Loading branch information
bendichter committed Jul 24, 2024
1 parent f46bb52 commit d3ad2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gallery/domain/images.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
nwbfile.add_stimulus(abstract_feature_series)

####################
# Like all :py:class:`~pynwb.base.TimeSeries`, :py:class:`~pynwb.base.AbstractFeatureSeries` specify timing using
# Like all :py:class:`~pynwb.base.TimeSeries`, :py:class:`~pynwb.misc.AbstractFeatureSeries` specify timing using
# either the ``rate`` and ``starting_time`` attributes or the ``timestamps`` attribute.
#
# ImageSeries: Storing series of images as acquisition
Expand Down

0 comments on commit d3ad2a3

Please sign in to comment.