From 14884287cc42f503926eab6ccf88c5ebcd1c7ee3 Mon Sep 17 00:00:00 2001 From: timgl Date: Thu, 5 Sep 2024 16:43:13 +0100 Subject: [PATCH] Update posthog/api/person.py Co-authored-by: Michael Matloka --- posthog/api/person.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posthog/api/person.py b/posthog/api/person.py index ff5bc4d3901ace..c642cdcc9913b9 100644 --- a/posthog/api/person.py +++ b/posthog/api/person.py @@ -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()