Skip to content

Commit 4c89847

Browse files
committed
Merge branch 'gitlab-integration' of github.com:saadmk11/readthedocs.org into gitlab-integration
2 parents 419cdb3 + 52c6ef9 commit 4c89847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/api/v2/views/integrations.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ def is_payload_valid(self):
464464
return token == secret
465465

466466
def get_external_version_data(self):
467-
"""Get Commit Sha and merge request number from payload."""
467+
"""Get commit SHA and merge request number from payload."""
468468
try:
469469
identifier = self.data['object_attributes']['last_commit']['id']
470470
verbose_name = str(self.data['object_attributes']['iid'])

0 commit comments

Comments
 (0)