Skip to content

Commit

Permalink
Update readthedocs/api/v2/views/integrations.py
Browse files Browse the repository at this point in the history
Co-Authored-By: Eric Holscher <25510+ericholscher@users.noreply.github.com>
  • Loading branch information
saadmk11 and ericholscher authored Aug 13, 2019
1 parent 73c55f3 commit 52c6ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readthedocs/api/v2/views/integrations.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ def is_payload_valid(self):
return token == secret

def get_external_version_data(self):
"""Get Commit Sha and merge request number from payload."""
"""Get commit SHA and merge request number from payload."""
try:
identifier = self.data['object_attributes']['last_commit']['id']
verbose_name = str(self.data['object_attributes']['iid'])
Expand Down

0 comments on commit 52c6ef9

Please sign in to comment.