Skip to content

Commit

Permalink
object -> type in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed May 2, 2017
1 parent 779d27f commit aff24f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dask/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1059,7 +1059,7 @@ def ensure_dict(d):


def package_of(typ):
""" Return package containing object's definition
""" Return package containing type's definition
Or return None if not found
"""
Expand Down

0 comments on commit aff24f0

Please sign in to comment.