Skip to content

Commit 6123367

Browse files
committed
Update documentation to fix list layout
1 parent 662e617 commit 6123367

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eitprocessing/datahandling/sequence.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ def data(self) -> _DataAccess:
186186
`sequence.data.add(obj)`).
187187
188188
Other dict-like behaviour is also supported:
189+
189190
- `label in sequence.data` to check whether an object with a label exists;
190191
- `del sequence.data[label]` to remove an object from the sequence based on the label;
191192
- `for label in sequence.data` to iterate over the labels;

0 commit comments

Comments
 (0)