Skip to content

Commit

Permalink
Merge pull request #178 from NathanRSmith/patch-1
Browse files Browse the repository at this point in the history
fixed typo in docstring
  • Loading branch information
dgilland committed Feb 11, 2023
2 parents 81d58d6 + a40d141 commit 869523a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pydash/objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,7 @@ def pick(obj, *properties):
properties (str): Property values to pick.
Returns:
dict: Dict containg picked properties.
dict: Dict containing picked properties.
Example:
Expand All @@ -1106,7 +1106,7 @@ def pick_by(obj, iteratee=None):
iteratee (mixed, optional): Iteratee used to determine which properties to pick.
Returns:
dict: Dict containg picked properties.
dict: Dict containing picked properties.
Example:
Expand Down

0 comments on commit 869523a

Please sign in to comment.