Skip to content

Commit

Permalink
Update xarray.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewILWilliams authored Feb 17, 2021
1 parent a4a2972 commit 50592ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windspharm/xarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def __init__(self, u, v, rsphere=6.3712e6, legfunc='stored'):
Initialize a `VectorWind` instance with zonal and meridional
components of the vector wind::
from windspharm.xray import VectorWind
from windspharm.xarray import VectorWind
w = VectorWind(u, v)
"""
Expand Down

0 comments on commit 50592ff

Please sign in to comment.