Skip to content

Commit 0e753ed

Browse files
committed
Correct comment typo
1 parent eaafb62 commit 0e753ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ciscosparkapi/api/people.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def create(self, emails, displayName=None, firstName=None, lastName=None,
268268
# API request
269269
json_data = self._session.post('people', json=post_data)
270270

271-
# Return a Room object created from the returned JSON object
271+
# Return a Person object created from the returned JSON object
272272
return Person(json_data)
273273

274274
def update(self, personId, emails=None, displayName=None, firstName=None,

0 commit comments

Comments
 (0)