Skip to content

Commit 2042338

Browse files
qhabjoernricks
authored andcommitted
Doc: Pydoc whitespace
This gets rid of Sphinx errors/warnings "Unexpected indentation" and "Definition list ends without a blank line; unexpected unindent".
1 parent 46e108e commit 2042338

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pontos/github/api/teams.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,17 @@ async def create(
8181
) of repositories to add the team to.
8282
privacy: The level of privacy this team should have. The options
8383
are:
84+
8485
For a non-nested team:
8586
* secret - only visible to organization owners and members
8687
of this team.
8788
* closed - visible to all members of this organization.
89+
8890
Default: secret
8991
9092
For a parent or child team:
9193
* closed - visible to all members of this organization.
94+
9295
Default for child team: closed
9396
parent_team_id: The ID of a team to set as the parent team.
9497
@@ -182,14 +185,17 @@ async def update(
182185
description: The description of the team.
183186
privacy: The level of privacy this team should have. The options
184187
are:
188+
185189
For a non-nested team:
186190
* secret - only visible to organization owners and members
187191
of this team.
188192
* closed - visible to all members of this organization.
193+
189194
Default: secret
190195
191196
For a parent or child team:
192197
* closed - visible to all members of this organization.
198+
193199
Default for child team: closed
194200
parent_team_id: The ID of a team to set as the parent team.
195201

0 commit comments

Comments
 (0)