Skip to content

Commit d2e58f9

Browse files
Apply suggestions from code review
Co-authored-by: Leandro Damascena <[email protected]> Signed-off-by: Ruben Fonseca <[email protected]>
1 parent 2756a12 commit d2e58f9

File tree

1 file changed

+2
-2
lines changed
  • aws_lambda_powertools/event_handler/openapi/swagger_ui

1 file changed

+2
-2
lines changed

aws_lambda_powertools/event_handler/openapi/swagger_ui/html.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ def generate_swagger_html(
2121
path: str
2222
The path to the Swagger documentation
2323
swagger_js: str
24-
The URL to the Swagger UI JavaScript file
24+
Swagger UI JavaScript source code or URL
2525
swagger_css: str
26-
The URL to the Swagger UI CSS file
26+
Swagger UI CSS source code or URL
2727
swagger_base_url: str
2828
The base URL for Swagger UI
2929
oauth2_config: OAuth2Config, optional

0 commit comments

Comments
 (0)