Skip to content

Commit bd36692

Browse files
authored
Merge pull request #204 from nsidc/documentation
update README
2 parents 1f70590 + b33ccdb commit bd36692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ This method works best if you are in the same Amazon Web Services (AWS) region a
139139
```python
140140
import xarray as xr
141141

142-
ds = xr.open_mfdataset(earthaccess.open(results, auth=auth), engine="scipy")
142+
ds = xr.open_mfdataset(earthaccess.open(results))
143143

144144
```
145145

0 commit comments

Comments
 (0)