From 734a6c4c3bd66912f5438e7423574c31c348460e Mon Sep 17 00:00:00 2001 From: Ben Dichter Date: Wed, 4 Oct 2023 07:20:06 +0200 Subject: [PATCH] Update plot_file.py, typo (#1769) Co-authored-by: Ryan Ly --- docs/gallery/general/plot_file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gallery/general/plot_file.py b/docs/gallery/general/plot_file.py index 39fc1ad10..beead22f6 100644 --- a/docs/gallery/general/plot_file.py +++ b/docs/gallery/general/plot_file.py @@ -33,7 +33,7 @@ ^^^^^^^^^^ :py:class:`~pynwb.base.TimeSeries` objects store time series data and correspond to the *TimeSeries* specifications -provided by the `NWB Format`_ . Like the NWB specification, :py:class:`~pynwb.base.TimeSeries` Python objects +provided by the `NWB Format`_. Like the NWB specification, :py:class:`~pynwb.base.TimeSeries` Python objects follow an object-oriented inheritance pattern, i.e., the class :py:class:`~pynwb.base.TimeSeries` serves as the base class for all other :py:class:`~pynwb.base.TimeSeries` types, such as, :py:class:`~pynwb.ecephys.ElectricalSeries`, which itself may have further subtypes, e.g.,