Skip to content

Commit 62e17a8

Browse files
tobicevdusek
andauthored
Apply suggestion from @vdusek
Co-authored-by: Vlada Dusek <[email protected]>
1 parent 49ee2db commit 62e17a8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/apify_shared/consts.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -391,15 +391,15 @@ class ActorPermissionLevel(str, Enum):
391391
FULL_PERMISSIONS = 'FULL_PERMISSIONS'
392392
"""Full permission Actors have access to all user data in the account."""
393393

394-
#: Limited permission Actors have access only to specific resources:
395-
#: - default storages
396-
#: - storages provided via input
397-
#: - the current run
398-
#: - ...
399-
#:
400-
#: Broadly speaking, limited permission Actors cannot access any account data not related to the current run.
401-
#: For details refer to the Apify documentation.
402394
LIMITED_PERMISSIONS = 'LIMITED_PERMISSIONS'
395+
"""Limited permission Actors have access only to specific resources:
396+
- default storages
397+
- storages provided via input
398+
- the current run
399+
- ...
400+
Broadly speaking, limited permission Actors cannot access any account data not related to the current run.
401+
For details refer to the Apify documentation.
402+
"""
403403

404404

405405
INTEGER_ENV_VARS_TYPE = Literal[

0 commit comments

Comments
 (0)