8000 Fix doc-strings so Sphinx doesn't get confused. · losingkeys/github3.py@0840bb8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0840bb8

Browse files
committed
Fix doc-strings so Sphinx doesn't get confused.
1 parent d8cd0fe commit 0840bb8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

github3/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def iter_repo_issues(owner, repository, milestone=None, state=None,
175175
:param str direction: accepted values: ('asc', 'desc')
176176
api-default: desc
177177
:param since: (optional), Only issues after this date will
178-
be returned. This can be a `datetime` or an `ISO8601` formatted
178+
be returned. This can be a `datetime` or an ISO8601 formatted
179179
date string, e.g., 2012-05-20T23:10:27Z
180180
:type since: datetime or string
181181
:param int number: (optional), number of issues to return.

github3/github.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ def iter_org_issues(self, name, filter='', state='', labels='', sort='',
511511
:param str direction: accepted values: ('asc', 'desc')
512512
api-default: desc
513513
:param since: (optional), Only issues after this date will
514-
be returned. This can be a `datetime` or an `ISO8601` formatted
514+
be returned. This can be a `datetime` or an ISO8601 formatted
515515
date string, e.g., 2012-05-20T23:10:27Z
516516
:type since: datetime or string
517517
:param int number: (optional), number of issues to return. Default:
@@ -542,7 +542,7 @@ def iter_issues(self, filter='', state='', labels='', sort='',
542542
:param str direction: accepted values: ('asc', 'desc')
543543
api-default: desc
544544
:param since: (optional), Only issues after this date will
545-
be returned. This can be a `datetime` or an `ISO8601` formatted
545+
be returned. This can be a `datetime` or an ISO8601 formatted
546546
date string, e.g., 2012-05-20T23:10:27Z
547547
:type since: datetime or string
548548
:param int number: (optional), number of issues to return.
@@ -574,7 +574,7 @@ def iter_user_issues(self, filter='', state='', labels='', sort='',
574574
:param str direction: accepted values: ('asc', 'desc')
575575
api-default: desc
576576
:param since: (optional), Only issues after this date will
577-
be returned. This can be a `datetime` or an `ISO8601` formatted
577+
be returned. This can be a `datetime` or an ISO8601 formatted
578578
date string, e.g., 2012-05-20T23:10:27Z
579579
:type since: datetime or string
580580
:param int number: (optional), number of issues to return.
@@ -609,7 +609,7 @@ def iter_repo_issues(self, owner, repository, milestone=None,
609609
:param str direction: accepted values: ('asc', 'desc')
610610
api-default: desc
611611
:param since: (optional), Only issues after this date will
612-
be returned. This can be a `datetime` or an `ISO8601` formatted
612+
be returned. This can be a `datetime` or an ISO8601 formatted
613613
date string, e.g., 2012-05-20T23:10:27Z
614614
:type since: datetime or string
615615
:param int number: (optional), number of issues to return.

0 commit comments

Comments
 (0)
0