Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty authored Jan 21, 2024
1 parent b68680f commit 19e9f9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xarray/core/weighted.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ def __init__(self, obj: T_Xarray, weights: T_DataArray) -> None:
Parameters
----------
obj : T_DataArray or Dataset
obj : DataArray or Dataset
Object over which the weighted reduction operation is applied.
weights : T_DataArray
weights : DataArray
An array of weights associated with the values in the obj.
Each value in the obj contributes to the reduction operation
according to its associated weight.
Expand Down

0 comments on commit 19e9f9d

Please sign in to comment.