Skip to content

Commit 67b43de

Browse files
committed
Update docstrings
1 parent 49d00f3 commit 67b43de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/github3/checks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ class CheckRun(models.GitHubCore):
325325
.. attribute:: output
326326
327327
A :class:`~github3.checks.CheckRunOutput` representing the output
328-
of this check run. (TODO: Implement this object)
328+
of this check run.
329329
330330
.. attribute:: app
331331

src/github3/repos/repo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ def create_check_run(
603603
{'title': 'string', 'summary': 'text, can be markdown', 'text':
604604
'text, can be markdown', 'annotations': [{}], 'images': [{}]}
605605
:param array actions:
606-
(optiona), array of action objects. Object format is:
606+
(optional), array of action objects. Object format is:
607607
{'label': 'text', 'description', 'text', 'identifier', 'text'}
608608
:returns:
609609
the created check run

0 commit comments

Comments
 (0)