Skip to content

Commit bcde45c

Browse files
author
David Grant
committed
Remove link to special props stuff, no longer exists.
1 parent 0ef0d3c commit bcde45c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

mixpanel/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,7 @@ def people_set(self, distinct_id, properties, meta=None):
228228
229229
:param str distinct_id: the profile to update
230230
:param dict properties: properties to set
231-
:param dict meta: overrides Mixpanel `special properties`_
232-
233-
.. _`special properties`: https://developer.mixpanel.com/docs/http#section-storing-user-profiles
231+
:param dict meta: overrides Mixpanel special properties
234232
235233
If the profile does not exist, creates a new profile with these properties.
236234
"""

0 commit comments

Comments
 (0)