Skip to content

Commit

Permalink
even better docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
khvn26 committed Aug 7, 2024
1 parent 61d4e40 commit 5437e8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/environments/sdk/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ def get_persisted_identity_and_traits(
) -> IdentityAndTraits:
"""
Retrieve a previously persisted `Identity` instance or persist a new one.
Traits are persisted based on the `"transient"` attribute
provided with each individual trait.
Traits are persisted based on the organisation-level setting or a
`"transient"` attribute provided with each individual trait.
"""
identity, created = Identity.objects.get_or_create(
environment=environment,
Expand Down

0 comments on commit 5437e8e

Please sign in to comment.