From 43eeb089feb76ababdf3f980b2aa953561bd2f3c Mon Sep 17 00:00:00 2001 From: trhallam <8454087+trhallam@users.noreply.github.com> Date: Thu, 16 May 2024 12:46:19 +0100 Subject: [PATCH] add missing colon to returns block --- segysak/segy/_xarray.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/segysak/segy/_xarray.py b/segysak/segy/_xarray.py index 10f7140..c75118b 100644 --- a/segysak/segy/_xarray.py +++ b/segysak/segy/_xarray.py @@ -286,7 +286,7 @@ def open_dataset( load into the Dataset. Defaults to None. segyio_kwargs: Extra keyword arguments for segyio.open - Returns + Returns: Lazy segy file Dataset !!! Example