Skip to content

Commit 8557b41

Browse files
authored
docs: an python object -> a python object
1 parent e94504e commit 8557b41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/zarr/core/dtype/wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def to_json(self, zarr_format: ZarrFormat) -> DTypeSpec_V2 | DTypeSpec_V3:
191191
@abstractmethod
192192
def _check_scalar(self, data: object) -> bool:
193193
"""
194-
Check that an python object is a valid scalar value for the wrapped data type.
194+
Check that a python object is a valid scalar value for the wrapped data type.
195195
196196
Parameters
197197
----------

0 commit comments

Comments
 (0)