Skip to content

Commit

Permalink
Remove link to special props stuff, no longer exists.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Grant committed Dec 17, 2020
1 parent 0ef0d3c commit bcde45c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mixpanel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,7 @@ def people_set(self, distinct_id, properties, meta=None):
:param str distinct_id: the profile to update
:param dict properties: properties to set
:param dict meta: overrides Mixpanel `special properties`_
.. _`special properties`: https://developer.mixpanel.com/docs/http#section-storing-user-profiles
:param dict meta: overrides Mixpanel special properties
If the profile does not exist, creates a new profile with these properties.
"""
Expand Down

0 comments on commit bcde45c

Please sign in to comment.