Skip to content
forked from pydata/xarray

Commit

Permalink
Fix typo (pydata#6054)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgieseke authored Dec 9, 2021
1 parent f76ea09 commit a923833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/plot/facetgrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def __init__(
data : DataArray
xarray DataArray to be plotted.
row, col : str
Dimesion names that define subsets of the data, which will be drawn
Dimension names that define subsets of the data, which will be drawn
on separate facets in the grid.
col_wrap : int, optional
"Wrap" the grid the for the column variable after this number of columns,
Expand Down

0 comments on commit a923833

Please sign in to comment.