Skip to content

Commit f0f8ebb

Browse files
authored
docs: fix touch_data typo (#3641)
fix typo
1 parent 7833d2c commit f0f8ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/awkward/typetracer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def touch_data(
152152
attrs (None or dict): Custom attributes for the output array, if
153153
high-level.
154154
155-
Recursively touches the data and returns a shall copy of the given array.
155+
Recursively touches the data and returns a shallow copy of the given array.
156156
"""
157157

158158
if type(array).__module__.startswith("dask_awkward."):

0 commit comments

Comments
 (0)