File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ def __call__(
46
46
) -> NDBuffer :
47
47
"""Factory function to create a new NDBuffer (or subclass)
48
48
49
- Callables implementing the `Factor .Create` protocol must create a new
49
+ Callables implementing the `Factory .Create` protocol must create a new
50
50
instance of NDBuffer (or subclass) given the following parameters.
51
51
52
52
Parameters
@@ -70,7 +70,7 @@ class NDArrayLike(Protocol):
70
70
def __call__ (self , ndarray_like : NDArrayLike ) -> NDBuffer :
71
71
"""Factory function to coerce an array into a NDBuffer (or subclass)
72
72
73
- Callables implementing the `Factor .NDArrayLike` protocol must return
73
+ Callables implementing the `Factory .NDArrayLike` protocol must return
74
74
an instance of NDBuffer (or subclass) given an ndarray-like object.
75
75
76
76
Parameters
You can’t perform that action at this time.
0 commit comments