Skip to content

Commit

Permalink
Merge pull request #26 from astropenguin/#23-fix-utils
Browse files Browse the repository at this point in the history
Fix wrong docstring of utils module
  • Loading branch information
astropenguin authored Aug 4, 2020
2 parents 7d8676c + 649e8c7 commit 4e8b717
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xarray_custom/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,14 @@ def include(path: Union[Path, str]) -> Callable:
then the following two class definitions are equivalent::
@dataarrayclass(accessor='img')
@include('dataarray.toml')
@dataarrayclass
class Image:
pass
::
@dataarrayclass(accessor='img')
@dataarrayclass
class Image:
\"\"\"DataArray class to represent images.\"\"\"
Expand Down

0 comments on commit 4e8b717

Please sign in to comment.