Skip to content

Commit

Permalink
Improved comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hsunner committed Jul 10, 2023
1 parent 3ffe305 commit 66f9dfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aiopenapi3/v30/glue.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,8 +432,8 @@ def _process(self, result):
).unmarshalled
return rheaders, data
else:
# At this point, we have received a valid (expected) content type,
# just not one that we can validate.
# We have received a valid (i.e. expected) content type,
# but we can't validate it since it's not json.
return rheaders, ctx.received


Expand Down

0 comments on commit 66f9dfc

Please sign in to comment.