Skip to content

Commit 0166d44

Browse files
committed
fix docstring
1 parent fcc010b commit 0166d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/abc/numcodec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class Numcodec(Protocol):
77
"""
88
A protocol that models the ``numcodecs.abc.Codec`` interface.
99
10-
This protocol should be considered experimental. Expect the type annotations for ``buf`` and
10+
This protocol should be considered experimental. Expect the type annotations for ``buf`` and
1111
``out`` to narrow in the future.
1212
"""
1313

0 commit comments

Comments
 (0)