Skip to content

Commit 5034a07

Browse files
authored
Fix typo (#353)
1 parent ae58327 commit 5034a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ds = xr.tutorial.open_dataset("air_temperature")
3333
ds
3434
```
3535

36-
`cf_xarray` registers an "accessor" names `cf` on import. For a quick overview of attributes that `cf_xarray` can interpret use `.cf`
36+
`cf_xarray` registers an "accessor" named `cf` on import. For a quick overview of attributes that `cf_xarray` can interpret use `.cf`
3737

3838
```{code-cell}
3939
ds.cf

0 commit comments

Comments
 (0)