Skip to content

Commit

Permalink
Update src/pynwb/base.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Ly <rly@lbl.gov>
  • Loading branch information
stephprince and rly authored Jan 11, 2024
1 parent 554e78d commit f54b728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pynwb/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ def data(self):
@docval({'name': 'timeseries', 'type': TimeSeries, 'doc': 'the timeseries object to reference.'})
def empty(cls, timeseries):
"""
Creates an empty TimeSeriesReference class to represent missing data.
Creates an empty TimeSeriesReference object to represent missing data.
When missing data needs to be represented, NWB defines ``None`` for the complex data type ``(idx_start,
count, TimeSeries)`` as (-1, -1, TimeSeries) for storage. The exact timeseries object will technically not
Expand Down

0 comments on commit f54b728

Please sign in to comment.