Skip to content

Commit 5016695

Browse files
Merge pull request #1270 from INM-6/doc/update_segment_docstring
Remove reference to all_data property in docstring of class Segment
2 parents 6acdcd2 + 1a4c48a commit 5016695

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

neo/core/segment.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ class Segment(Container):
6161
Note: Any other additional arguments are assumed to be user-specific
6262
metadata and stored in :attr:`annotations`.
6363
64-
*Properties available on this object*:
65-
:all_data: (list) A list of all child objects in the :class:`Segment`.
66-
6764
*Container of*:
6865
:class:`Epoch`
6966
:class:`Event`

0 commit comments

Comments
 (0)