Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestoarbitrio committed Sep 24, 2020
1 parent 77e1126 commit 77e1d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cr/cube/cubepart.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def has_means(self):

@lazyproperty
def is_smoothed(self):
"""True if last dimension `show_smoothing` property is True"""
"""True if last `show_smoothing` property in the last dimension is True"""
last_dimension = self._dimensions[-1]
return last_dimension.show_smoothing

Expand Down

0 comments on commit 77e1d3e

Please sign in to comment.