Skip to content

Commit

Permalink
DOC: Adds Map.__doc__ to Expr.map
Browse files Browse the repository at this point in the history
  • Loading branch information
llllllllll committed Aug 1, 2015
1 parent 1a8acda commit d05d00a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions blaze/expr/expressions.py
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,9 @@ def _name(self):
return self._child._name


Expr.map.__doc__ = Map.__doc__


class Apply(Expr):
""" Apply an arbitrary Python function onto an expression
Expand Down

0 comments on commit d05d00a

Please sign in to comment.