From 50592fff92d61b4f11d06ae9e8389c22588f27f8 Mon Sep 17 00:00:00 2001 From: Andrew Williams <56925856+AndrewWilliams3142@users.noreply.github.com> Date: Wed, 17 Feb 2021 11:15:02 +0000 Subject: [PATCH] Update xarray.py --- windspharm/xarray.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windspharm/xarray.py b/windspharm/xarray.py index c6ed5bf..b8cb69e 100644 --- a/windspharm/xarray.py +++ b/windspharm/xarray.py @@ -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) """