8000 Fix typo in docstring · flepied/github3.py@b915af8 · GitHub
[go: up one dir, main page]

Skip to content

Commit b915af8

Browse files
committed
Fix typo in docstring
1 parent add56da commit b915af8

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
@@ -600,7 +600,7 @@ def create_check_run(
600600
format: YYYY-MM-DDTHH:MM:SSZ
601601
:param dict output:
602602
(optional), key-value pairs representing the output. Format:
603-
{'title': 'string', 'summary', 'text, can be markdown', 'text':
603+
{'title': 'string', 'summary': 'text, can be markdown', 'text':
604604
'text, can be markdown', 'annotations': [{}], 'images': [{}]}
605605
:param array actions:
606606
(optiona), array of action objects. Object format is:

0 commit comments

Comments
 (0)
0