8000 Updated since parameter for imported_issues · electrofelix/github3.py@8b9b37d · GitHub
[go: up one dir, main page]

Skip to content

Commit 8b9b37d

Browse files
Updated since parameter for imported_issues
1 parent f1a0b94 commit 8b9b37d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

github3/repos/repo.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1289,9 +1289,10 @@ def imported_issues(self, number=-1, since=None, etag=None):
12891289
12901290
:param int number: (optional), number of imported issues to return.
12911291
Default: -1 returns all branches
1292-
:param since: (optional), Only commits after this date will
1293-
be returned. This can be a ``datetime`` or an ``ISO8601`` formatted
1294-
date string.
1292+
:param since: (optional), Only imported issues after this date will
1293+
be returned. This can be a ``datetime`` instance, ISO8601
1294+
formatted date string, or a string formatted like so:
1295+
``2016-02-04`` i.e. ``%Y-%m-%d``
12951296
:param str etag: (optional), ETag from a previous request to the same
12961297
endpoint
12971298
:returns: generator of :class:`ImportedIssue <github3.repos.

0 commit comments

Comments
 (0)
0