Skip to content

Commit

Permalink
Update posthog/api/person.py
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Matloka <[email protected]>
  • Loading branch information
timgl and Twixes committed Sep 5, 2024
1 parent 5269bb7 commit e90f3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/api/person.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ def list(self, request: request.Request, *args: Any, **kwargs: Any) -> response.
)
def destroy(self, request: request.Request, pk=None, **kwargs):
"""
Use this endpoint to delete individual persons. If you wnat to bulk delete, use the bulk_delete endpoint.
Use this endpoint to delete individual persons. For bulk deletion, use the bulk_delete endpoint instead.
"""
try:
person = self.get_object()
Expand Down

0 comments on commit e90f3c7

Please sign in to comment.