Skip to content

Commit

Permalink
Fixed indentation (#3327)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr authored and jlstevens committed Dec 21, 2018
1 parent fbeefb6 commit 033cdd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoviews/core/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def clear(self, clone=False):
return self.obj.opts(clone=clone)

def info(self, show_defaults=False):
"""Prints a repr of the object including any applied options.
"""Prints a repr of the object including any applied options.
Args:
show_defaults: Whether to include default options
Expand Down

0 comments on commit 033cdd2

Please sign in to comment.