Skip to content

Commit b5f87f1

Browse files
madsbknormanrz
andauthored
Apply suggestions from code review
Co-authored-by: Norman Rzepka <code@normanrz.com>
1 parent 197b9b0 commit b5f87f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/zarr/buffer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def __call__(
4646
) -> NDBuffer:
4747
"""Factory function to create a new NDBuffer (or subclass)
4848
49-
Callables implementing the `Factor.Create` protocol must create a new
49+
Callables implementing the `Factory.Create` protocol must create a new
5050
instance of NDBuffer (or subclass) given the following parameters.
5151
5252
Parameters
@@ -70,7 +70,7 @@ class NDArrayLike(Protocol):
7070
def __call__(self, ndarray_like: NDArrayLike) -> NDBuffer:
7171
"""Factory function to coerce an array into a NDBuffer (or subclass)
7272
73-
Callables implementing the `Factor.NDArrayLike` protocol must return
73+
Callables implementing the `Factory.NDArrayLike` protocol must return
7474
an instance of NDBuffer (or subclass) given an ndarray-like object.
7575
7676
Parameters

0 commit comments

Comments
 (0)