diff --git a/src/dask_awkward/lib/inspect.py b/src/dask_awkward/lib/inspect.py index c6b6d48a..9c3baa28 100644 --- a/src/dask_awkward/lib/inspect.py +++ b/src/dask_awkward/lib/inspect.py @@ -121,7 +121,7 @@ def report_necessary_columns( r"""Get columns necessary to compute a collection This function is specific to sources that are columnar (e.g. Parquet). - It determines the names of IO-specific "columns" (e.g. TTree keys, + It determines the names of IO-specific "columns" (e.g. TTree keys, or Parquet fields) that are required by the necessary-buffers optimization. Parameters