diff --git a/posthog/__init__.py b/posthog/__init__.py index 10fa6f9a..b9cd9058 100644 --- a/posthog/__init__.py +++ b/posthog/__init__.py @@ -48,7 +48,7 @@ def identify(distinct_id: str, properties: Optional[Dict]=None, context: Optiona For example: ```python - posthog.capture('distinct id', { + posthog.identify('distinct id', { 'email': 'dwayne@gmail.com', 'name': 'Dwayne Johnson' })