Skip to content

Commit

Permalink
Remove precipitation from docstring (pydata#5321)
Browse files Browse the repository at this point in the history
  • Loading branch information
canyon289 authored May 17, 2021
1 parent 601219b commit 2578fc3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xarray/core/dataarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ class DataArray(AbstractArray, DataWithCoords, DataArrayArithmetic):
>>> np.random.seed(0)
>>> temperature = 15 + 8 * np.random.randn(2, 2, 3)
>>> precipitation = 10 * np.random.rand(2, 2, 3)
>>> lon = [[-99.83, -99.32], [-99.79, -99.23]]
>>> lat = [[42.25, 42.21], [42.63, 42.59]]
>>> time = pd.date_range("2014-09-06", periods=3)
Expand Down

0 comments on commit 2578fc3

Please sign in to comment.