Skip to content

Commit

Permalink
Fixed indentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienIrving authored Jun 11, 2019
1 parent 4ee4c4c commit eb480bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _episodes/03-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,12 +209,12 @@ plt.show()
> > Args:
> > darray (xarray.DataArray): Precipitation data
> >
> > """
> > """
> >
> > darray.data = darray.data * 86400
> > darray.attrs['units'] = 'mm/day'
> > darray.data = darray.data * 86400
> > darray.attrs['units'] = 'mm/day'
> >
> > return darray
> > return darray
> >
> >
> > def create_plot(clim, model_name, season, gridlines=False):
Expand Down

0 comments on commit eb480bd

Please sign in to comment.