Skip to content

Commit

Permalink
Fix typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
JoerivanEngelen committed Feb 14, 2024
1 parent 20181c3 commit a96d298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xugrid/ugrid/partitioning.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def merge_data_along_dim(
indexes: list[np.array],
merged_grid: UgridType,
) -> xr.Dataset:
""" "
"""
Select variables from the data objects.
Pad connectivity dims if needed.
Concatenate along dim.
Expand Down

0 comments on commit a96d298

Please sign in to comment.