We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
touch_data
1 parent 7833d2c commit f0f8ebbCopy full SHA for f0f8ebb
src/awkward/typetracer.py
@@ -152,7 +152,7 @@ def touch_data(
152
attrs (None or dict): Custom attributes for the output array, if
153
high-level.
154
155
- Recursively touches the data and returns a shall copy of the given array.
+ Recursively touches the data and returns a shallow copy of the given array.
156
"""
157
158
if type(array).__module__.startswith("dask_awkward."):
0 commit comments