8000 Fix indentation · WheresWardy/github3.py@32b0426 · GitHub
[go: up one dir, main page]

Skip to content

Commit 32b0426

Browse files
committed
Fix indentation
1 parent d7725c2 commit 32b0426

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

HISTORY.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,14 @@ History/Changelog
7676

7777
- In github3.issues.Issue
7878

79-
- ``add_labels`` now returns the list of Labels on the issue instead of a
80-
boolean.
79+
- ``add_labels`` now returns the list of Labels on the issue instead of a
80+
boolean.
8181

82-
- ``remove_label`` now retuns a boolean.
82+
- ``remove_label`` now retuns a boolean.
8383

84-
- ``remove_all_labels`` and ``replace_labels`` now return lists. The former
85-
should return an empty list on a successful call. The latter should
86-
return a list of ``github3.issue.Label`` objects.
84+
- ``remove_all_labels`` and ``replace_labels`` now return lists. The former
85+
should return an empty list on a successful call. The latter should
86+
return a list of ``github3.issue.Label`` objects.
8787

8888
- Now we won't get spurious GitHubErrors on 404s, only on other expected
8989
errors whilst accessing the json in a response. All methods that return an

0 commit comments

Comments
 (0)
0