8000 Fix list formatting · smakinson/github3.py@de0e325 · GitHub
[go: up one dir, main page]

Skip to content

Commit de0e325

Browse files
committed
Fix list formatting
1 parent de25c33 commit de0e325

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

LATEST_VERSION_NOTES.rst

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -255,37 +255,37 @@ Old name New attribute name
255255
- Most instances of ``login`` as a parameter have been changed to ``username``
256256
for clarity and consistency. This affects the following methods:
257257

258-
- ``github3.authorize``
259-
- ``github3.repositories_by``
260-
- ``github3.user``
261-
- ``GitHub``
262-
- ``GitHub#authorize``
263-
- ``GitHub#follow``
264-
- ``GitHub#is_following``
265-
- ``GitHub#is_starred``
266-
- ``GitHub#issue``
267-
- ``GitHub#followers_of``
268-
- ``GitHub#followed_by``
269-
- ``GitHub#gists_by``
270-
- ``GitHub#issues_on``
271-
- ``GitHub#organizations_with``
272-
- ``GitHub#starred_by``
273-
- ``GitHub#subscriptions_for``
274-
- ``GitHub#user``
275-
- ``GitHubEnterprise``
276-
- ``Issue#assign``
277-
- ``Organization#add_member``
278-
- ``Organization#is_member``
279-
- ``Organization#is_public_member``
280-
- ``Organization#remove_member``
281-
- ``Repository#add_collaborator``
282-
- ``Repository#is_assignee``
283-
- ``Repository#is_collaborator``
284-
- ``Repository#remove_collaborator``
285-
- ``Team#add_member``
286-
- ``Team#is_member``
287-
- ``User#is_assignee_on``
288-
- ``User#is_following``
258+
- ``github3.authorize``
259+
- ``github3.repositories_by``
260+
- ``github3.user``
261+
- ``GitHub``
262+
- ``GitHub#authorize``
263+
- ``GitHub#follow``
264+
- ``GitHub#is_following``
265+
- ``GitHub#is_starred``
266+
- ``GitHub#issue``
267+
- ``GitHub#followers_of``
268+
- ``GitHub#followed_by``
269+
- ``GitHub#gists_by``
270+
- ``GitHub#issues_on``
271+
- ``GitHub#organizations_with``
272+
- ``GitHub#starred_by``
273+
- ``GitHub#subscriptions_for``
274+
- ``GitHub#user``
275+
- ``GitHubEnterprise``
276+
- ``Issue#assign``
277+
- ``Organization#add_member``
278+
- ``Organization#is_member``
279+
- ``Organization#is_public_member``
280+
- ``Organization#remove_member``
281+
- ``Repository#add_collaborator``
282+
- ``Repository#is_assignee``
283+
- ``Repository#is_collaborator``
284+
- ``Repository#remove_collaborator``
285+
- ``Team#add_member``
286+
- ``Team#is_member``
287+
- ``User#is_assignee_on``
288+
- ``User#is_following``
289289

290290
- ``Repository.stargazers`` is now ``Repository.stargazers_count`` (conforming
291291
with the attribute name returned by the API).

0 commit comments

Comments
 (0)
0