8000 Revert Release.iter_assets() docstring change · davidmoss/github3.py@560c191 · GitHub
[go: up one dir, main page]

Skip to content

Commit 560c191

Browse files
committed
Revert Release.iter_assets() docstring change
1 parent 47cba93 commit 560c191

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

github3/repos/release.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,7 @@ def edit(self, tag_name=None, target_commitish=None, name=None, body=None,
106106
return successful
107107

108108
def iter_assets(self, number=-1, etag=None):
109-
"""Iterate over the assets available for this release. The same
110-
information is available, without an additional network access,
111-
from the :attr:`assets` attribute.
109+
"""Iterate over the assets available for this release.
112110
113111
:param int number: (optional), Number of assets to return
114112
:param str etag: (optional), last ETag header sent

0 commit comments

Comments
 (0)
0