Skip to content

Commit 5cd0c17

Browse files
committed
fixup! Update some outdated documentation
1 parent c2349e6 commit 5cd0c17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/segyio/trace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ def __getitem__(self, i):
629629
Read a field in the first 5 headers:
630630
631631
>>> [x[25] for x in header[:5]]
632-
[1, 2, 3, 4]
632+
[1, 2, 3, 4, 5]
633633
634634
Read a field in every other header:
635635

0 commit comments

Comments
 (0)