Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 685efc0

Browse files
evansimslbalmaceda
andauthored
Apply suggestions from code review
Co-authored-by: Luciano Balmaceda <[email protected]>
1 parent 2e013c6 commit 685efc0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

auth0/v3/management/organizations.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ def all_organizations(self, page=None, per_page=None, include_totals=True, from_
4444
include_totals (bool, optional): True if the query summary is
4545
to be included in the result, False otherwise. Defaults to True.
4646
47-
from_param (str, optional): Checkpoint Id form which to begin retrieving results.
48-
You can limit the amount of logs using the take parameter.
47+
from_param (str, optional): Checkpoint Id from which to begin retrieving results.
48+
You can limit the number of entries using the take parameter.
4949
5050
take (int, optional): The total amount of entries to retrieve when
5151
using the from parameter. When not set, the default value is up to the server.
@@ -215,8 +215,8 @@ def all_organization_members(self, id, page=None, per_page=None, include_totals=
215215
include_totals (bool, optional): True if the query summary is
216216
to be included in the result, False otherwise. Defaults to True.
217217
218-
from_param (str, optional): Checkpoint Id form which to begin retrieving results.
219-
You can limit the amount of logs using the take parameter.
218+
from_param (str, optional): Checkpoint Id from which to begin retrieving results.
219+
You can limit the number of entries using the take parameter.
220220
221221
take (int, optional): The total amount of entries to retrieve when
222222
using the from parameter. When not set, the default value is up to the server.

auth0/v3/management/roles.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ def list_users(self, id, page=0, per_page=25, include_totals=True, from_param=No
113113
include_totals (bool, optional): True if the query summary is
114114
to be included in the result, False otherwise. Defaults to True.
115115
116-
from_param (str, optional): Checkpoint Id form which to begin retrieving results.
117-
You can limit the amount of logs using the take parameter.
116+
from_param (str, optional): Checkpoint Id from which to begin retrieving results.
117+
You can limit the number of entries using the take parameter.
118118
119119
take (int, optional): The total amount of entries to retrieve when
120120
using the from parameter. When not set, the default value is up to the server.

0 commit comments

Comments
 (0)