Skip to content

Commit

Permalink
Add missing dot
Browse files Browse the repository at this point in the history
  • Loading branch information
HyukjinKwon committed Jul 17, 2017
1 parent 4950b8d commit 8167ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyspark/sql/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2089,7 +2089,7 @@ def _wrapped(self):
"""

# It is possible for a callable instance without __name__ attribute or/and
# __module__ attribute to be wrapped here For example, functools.partial. In this case,
# __module__ attribute to be wrapped here. For example, functools.partial. In this case,
# we should avoid wrapping the attributes from the wrapped function to the wrapper
# function. So, we take out these attribute names from the default names to set and
# then manually assign it after being wrapped.
Expand Down

0 comments on commit 8167ea1

Please sign in to comment.