Skip to content

Commit 9f3c82c

Browse files
committed
word
1 parent e8b99f8 commit 9f3c82c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pcweb/telemetry/postog_metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ async def send_data_to_posthog(event_instance: PosthogEvent):
4141
"""Send data to PostHog using class introspection.
4242
4343
Args:
44-
event_instance: An instance of a FlexgenEvent subclass.
44+
event_instance: An instance of a PosthogEvent subclass.
4545
4646
Raises:
4747
httpx.HTTPError: When there is an error sending data to PostHog.

0 commit comments

Comments
 (0)