Skip to content

Commit

Permalink
Small cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Mar 15, 2020
1 parent 2e07a1b commit a6b3276
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion service_http/src/service_http_cgi/system.py
Expand Up @@ -150,7 +150,7 @@ def handle_request(self, request):
"""
Handles the given HTTP request.
:type request: HttpRequest
:type request: HTTPRequest
:param request: The HTTP request to be handled.
"""

Expand Down
2 changes: 1 addition & 1 deletion service_http/src/service_http_cgi_plugin.py
Expand Up @@ -83,7 +83,7 @@ def handle_request(self, request):
"""
Handles the given HTTP request.
:type request: HttpRequest
:type request: HTTPRequest
:param request: The HTTP request to be handled.
"""

Expand Down
2 changes: 1 addition & 1 deletion service_http/src/service_http_wsgi/system.py
Expand Up @@ -160,7 +160,7 @@ def handle_request(self, request):
"""
Handles the given HTTP request.
:type request: HttpRequest
:type request: HTTPRequest
:param request: The HTTP request to be handled.
"""

Expand Down
2 changes: 1 addition & 1 deletion service_http/src/service_http_wsgi_plugin.py
Expand Up @@ -83,7 +83,7 @@ def handle_request(self, request):
"""
Handles the given HTTP request.
:type request: HttpRequest
:type request: HTTPRequest
:param request: The HTTP request to be handled.
"""

Expand Down

0 comments on commit a6b3276

Please sign in to comment.