Skip to content

Commit c89f7e2

Browse files
authored
Clarify headers argument description
1 parent 8cac25c commit c89f7e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mdio/api/create.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def create_empty(
4040
mdio_template: The MDIO template or template name to use to define the dataset structure.
4141
dimensions: The dimensions of the MDIO file.
4242
output_path: The universal path for the output MDIO v1 file.
43-
headers: SEG-Y v1.0 trace headers. Defaults to None.
43+
headers: The SEG-Y trace headers that are important to the Dataset. Defaults to None.
4444
overwrite: Whether to overwrite the output file if it already exists. Defaults to False.
4545
4646
Returns:

0 commit comments

Comments
 (0)