Skip to content

Commit ce4ac63

Browse files
committed
Fix incorrect doc
1 parent c148b3c commit ce4ac63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gogs_client/entities.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ class GogsTeam(GogsEntity):
354354
#: :type: str
355355
description = attr.ib()
356356

357-
#: Team permission, can be read, write or admin, default is read
357+
#: Team permission, one of `"read"`, `"write"`, `"admin"`, `"owner"` or `"none"`
358358
#:
359-
#: :type: int
359+
#: :type: str
360360
permission = attr.ib()

0 commit comments

Comments
 (0)