Skip to content

Commit 44365c3

Browse files
committed
Fix missing colon in docstring
1 parent 7ea68fb commit 44365c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/github3/repos/repo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1554,7 +1554,7 @@ def auto_trigger_checks(self, app_id, enabled=True):
15541554
15551555
:param int app_id:
15561556
(required), the id of the GitHub App
1557-
:param bool enabled
1557+
:param bool enabled:
15581558
(optional), enable automatic creation of check suites
15591559
Default: True
15601560
:returns:

0 commit comments

Comments
 (0)