Skip to content

Commit

Permalink
Add missing full-stop (.) in doctoring for identity.get_events (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
myuwono committed Mar 1, 2017
1 parent a1d54cf commit 37684d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/python/covata/delta/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ def get_identities_by_metadata(self, metadata, page=None, page_size=None):
def get_events(self, secret_id=None, rsa_key_owner_id=None):
"""
Gets a list of events associated filtered by secret id or RSA key owner
or both secret id and RSA key owner
or both secret id and RSA key owner.
:param secret_id: the secret id of interest
:type secret_id: str | None
Expand Down

0 comments on commit 37684d4

Please sign in to comment.