Skip to content

Commit

Permalink
Removes binary_sum leftover from example in Docs/Contributing (COSI…
Browse files Browse the repository at this point in the history
…MA#389)

* Removes `binary_sum` leftover from example in Docs/Contributing

* Update docs/contributing.rst

---------

Co-authored-by: Angus Gibson <[email protected]>
  • Loading branch information
navidcy and angus-g authored Jun 30, 2024
1 parent 62e8358 commit b41097c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ A much better version, free from all the cons mentioned above, is:
dataarray (xarray.dataarray): An xarray dataarray
Returns:
binary_sum (xarray.dataarray): The (numerical) zonal mean of `dataarray
xarray.dataarray: The (numerical) zonal mean of `dataarray`
'''
return dataarray.cf.mean('longitude')
Expand Down

0 comments on commit b41097c

Please sign in to comment.