Skip to content

Commit 130665a

Browse files
authored
Merge pull request #1361 from NeurodataWithoutBorders/fix-documentation
docs/gallery/general/file.py: Fix argument count in documentation
2 parents 497c215 + 9125d79 commit 130665a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/gallery/general/file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@
342342
#
343343
# Epochs can be added to an NWB file using the method :py:meth:`~pynwb.file.NWBFile.add_epoch`.
344344
# The first and second arguments are the start time and stop times, respectively.
345-
# The third argument is one or more tags for labeling the epoch, and the fifth argument is a
345+
# The third argument is one or more tags for labeling the epoch, and the fourth argument is a
346346
# list of all the :py:class:`~pynwb.base.TimeSeries` that the epoch applies
347347
# to.
348348

0 commit comments

Comments
 (0)