Skip to content

Commit 3720c4a

Browse files
committed
fix: docstring
1 parent ef87b24 commit 3720c4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stacrs.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ async def read(
130130
131131
Args:
132132
href (str): The href to write to
133-
format (str | None): The output format to write. If not provided, will be
134-
inferred from the href's extension.
133+
format (str | None): The input format. If not provided, will be inferred
134+
from the href's extension.
135135
options (list[tuple[str, str]] | None): Options for configuring an
136136
object store, e.g. your AWS credentials.
137137

0 commit comments

Comments
 (0)