We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae58327 commit 5034a07Copy full SHA for 5034a07
doc/quickstart.md
@@ -33,7 +33,7 @@ ds = xr.tutorial.open_dataset("air_temperature")
33
ds
34
```
35
36
-`cf_xarray` registers an "accessor" names `cf` on import. For a quick overview of attributes that `cf_xarray` can interpret use `.cf`
+`cf_xarray` registers an "accessor" named `cf` on import. For a quick overview of attributes that `cf_xarray` can interpret use `.cf`
37
38
```{code-cell}
39
ds.cf
0 commit comments