Skip to content

Commit 15f9e3f

Browse files
authored
Update tests/test_array.py
1 parent 96e013b commit 15f9e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,7 @@ def test_default_fill_value_None(
10201020
dtype: ZDType[Any, Any], store: Store, zarr_format: ZarrFormat
10211021
) -> None:
10221022
"""
1023-
Test that the fill value of an array is set to the default value for an explicit None arguement for
1023+
Test that the fill value of an array is set to the default value for an explicit None argument for
10241024
Zarr Format 3, and to null for Zarr Format 2
10251025
"""
10261026
a = zarr.create_array(

0 commit comments

Comments
 (0)