Skip to content

Commit 3a479e5

Browse files
committed
Update docstrings
1 parent 13c27b4 commit 3a479e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ciscosparkapi/api/people.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,10 +338,10 @@ def update(self, personId, emails=None, displayName=None, firstName=None,
338338
return Person(json_data)
339339

340340
def get(self, personId):
341-
"""Get person details, by personId.
341+
"""Get a person's details, by ID.
342342
343343
Args:
344-
personId(basestring): The 'id' of the person to be retrieved.
344+
personId(basestring): The ID of the person to be retrieved.
345345
346346
Returns:
347347
Person: A Person object with the details of the requested person.

0 commit comments

Comments
 (0)