Skip to content

Commit 78887f6

Browse files
committed
Corrected comment
1 parent 45e24e4 commit 78887f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/test_pyarrow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ class DataShape(NamedTuple):
162162

163163
UINT_ARR = DataShape(
164164
dtype=fl_uint8_4_type,
165-
elt=[1, 2, 3, 4], # array of 4 uint 8 per pixel
165+
elt=[1, 2, 3, 4], # array of 4 uint8 per pixel
166166
elts_per_pixel=1, # only one array per pixel
167167
)
168168

0 commit comments

Comments
 (0)