Skip to content
Snippets Groups Projects
Commit 5aac0faf authored by Adrian Moisey's avatar Adrian Moisey
Browse files

Rename attribute

parent b25c1d65
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -179,7 +179,7 @@ class PullRequest(GitHubCore):
#: Review comment URL Template. Expands with ``number``
self.review_comment_url = URITemplate(comments) if comments else None
#: Number of review comments on the pull request
self.review_comments = pull.get('review_comments')
self.review_comments_count = pull.get('review_comments')
#: GitHub.com url for review comments (not a template)
self.review_comments_url = pull.get('review_comments_url')
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment