File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 -------
You can’t perform that action at this time.
0 commit comments