Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 14, 2023
1 parent 77ec06a commit fb5da8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/binding/python/openpmd_api/DaskArray.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def record_component_to_daskarray(record_component, chunks=None):
A record component class in openPMD-api.
chunks : chunks parameter to pass to dask.array.from_array.
See dask documentation for more details.
When set to None (default) the chunking will be automaticaly
When set to None (default) the chunking will be automaticaly
determined based on record_component.available_chunks().
Returns
Expand Down

0 comments on commit fb5da8b

Please sign in to comment.