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'])