Skip to content

Commit

Permalink
fix typo in to_segy docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
tasansal authored Nov 19, 2022
1 parent 5f7eb40 commit 7397304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mdio/segy/blocked_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def to_segy(
tracked and merged on disk via the `segy_concat` function. The
adjacent are hierarchically merged, and it preserves order.
Assume array with shape (4, 3, 2) with chunk sizes (1, 1, 1, 2).
Assume array with shape (4, 3, 2) with chunk sizes (1, 1, 2).
The chunk indices for this array would be:
(0, 0, 0) (0, 1, 0) (0, 2, 0)
Expand Down

0 comments on commit 7397304

Please sign in to comment.