File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -484,7 +484,7 @@ def user_metadata(self):
484484
485485 @property
486486 def provider_data (self ):
487- """Returns a list of UserInfo instances.
487+ """List of UserInfo instances.
488488
489489 Each object represents an identity from an identity provider that is linked to this user.
490490
Original file line number Diff line number Diff line change @@ -107,8 +107,7 @@ def _get_link_service(app):
107107
108108
109109class LinkStats (object ):
110- """The ``LinkStats`` object is returned by get_link_stats, it contains a list of
111- ``EventStats``"""
110+ """The ``LinkStats`` object contains a list of ``EventStats``"""
112111
113112 def __init__ (self , event_stats ):
114113 if not isinstance (event_stats , (list , tuple )):
@@ -130,7 +129,7 @@ def event_stats(self):
130129
131130
132131class EventStats (object ):
133- """``EventStat`` is a single stat item containing (platform, event, count)
132+ """``EventStat`` is a single stats item containing (platform, event, count)
134133
135134 The constructor input values are the strings returned by the REST call.
136135 e.g. "ANDROID", or "APP_RE_OPEN". See the Dynamic Links `API docs`_ .
You can’t perform that action at this time.
0 commit comments