Skip to content

Commit 14a8cd9

Browse files
committed
Fix some copy-paste typos in docstrings
1 parent 17c894e commit 14a8cd9

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

src/emsarray/conventions/_base.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,9 +251,11 @@ def wind(
251251
axis : int, optional
252252
The axis number that should be wound.
253253
Optional, defaults to the last axis.
254+
Mutually exclusive with the `linear_dimension` parameter.
254255
linear_dimension : Hashable, optional
255-
The axis number that should be wound.
256+
The name of the dimension in the data array that should be wound.
256257
Optional, defaults to the last dimension.
258+
Mutually exclusive with the `axis` parameter.
257259
258260
Returns
259261
-------
@@ -989,9 +991,11 @@ def wind(
989991
axis : int, optional
990992
The axis number that should be wound.
991993
Optional, defaults to the last axis.
994+
Mutually exclusive with the `linear_dimension` parameter.
992995
linear_dimension : Hashable, optional
993-
The axis number that should be wound.
996+
The name of the dimension in the data array that should be wound.
994997
Optional, defaults to the last dimension.
998+
Mutually exclusive with the `axis` parameter.
995999
9961000
Returns
9971001
-------

0 commit comments

Comments
 (0)