We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2d7bc3 commit a0a9adcCopy full SHA for a0a9adc
aws_lambda_powertools/event_handler/api_gateway.py
@@ -567,7 +567,7 @@ def _openapi_operation_request_body(
567
from aws_lambda_powertools.event_handler.openapi.compat import ModelField, get_schema_from_model_field
568
from aws_lambda_powertools.event_handler.openapi.params import Body
569
570
- # Check tat there is a body field and it's a Pydantic's model field
+ # Check that there is a body field and it's a Pydantic's model field
571
if not body_field:
572
return None
573
0 commit comments