Skip to content

Commit

Permalink
fix: doc from phase instead of phase des class
Browse files Browse the repository at this point in the history
resolves google#877
  • Loading branch information
David Bensoussan authored and David Bensoussan committed Apr 30, 2019
1 parent 59e7dff commit 1d68b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openhtf/core/phase_descriptor.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def name(self):
return self.options.name or self.func.__name__

@property
def doc(self):
def __doc__(self):
return self.func.__doc__

def with_known_args(self, **kwargs):
Expand Down

0 comments on commit 1d68b3c

Please sign in to comment.