From 52c6ef967057d134677fb9aadcbc1098c6652ffe Mon Sep 17 00:00:00 2001 From: Maksudul Haque Date: Tue, 13 Aug 2019 09:18:14 +0600 Subject: [PATCH] Update readthedocs/api/v2/views/integrations.py Co-Authored-By: Eric Holscher <25510+ericholscher@users.noreply.github.com> --- readthedocs/api/v2/views/integrations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs/api/v2/views/integrations.py b/readthedocs/api/v2/views/integrations.py index bd49ad67ebc..3ca08fa859d 100644 --- a/readthedocs/api/v2/views/integrations.py +++ b/readthedocs/api/v2/views/integrations.py @@ -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'])