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):
484
484
485
485
@property
486
486
def provider_data (self ):
487
- """Returns a list of UserInfo instances.
487
+ """List of UserInfo instances.
488
488
489
489
Each object represents an identity from an identity provider that is linked to this user.
490
490
Original file line number Diff line number Diff line change @@ -107,8 +107,7 @@ def _get_link_service(app):
107
107
108
108
109
109
class 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``"""
112
111
113
112
def __init__ (self , event_stats ):
114
113
if not isinstance (event_stats , (list , tuple )):
@@ -130,7 +129,7 @@ def event_stats(self):
130
129
131
130
132
131
class EventStats (object ):
133
- """``EventStat`` is a single stat item containing (platform, event, count)
132
+ """``EventStat`` is a single stats item containing (platform, event, count)
134
133
135
134
The constructor input values are the strings returned by the REST call.
136
135
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