Skip to content

Commit

Permalink
More spell fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Mar 21, 2020
1 parent c722f82 commit a7e4532
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client_http/src/client_http/system.py
Expand Up @@ -602,7 +602,7 @@ def send_request(
:type host: String
:param host: The host to be used by the request.
:type port: int
:param port: The tcp port to be used.
:param port: The TCP port to be used.
:type path: String
:param path: The path to be retrieve via HTTP.
:type parameters: Dictionary
Expand Down
2 changes: 1 addition & 1 deletion service/src/service_utils/asynchronous.py
Expand Up @@ -738,7 +738,7 @@ class Connection(object):

connection_port = None
""" The port for the connection, this value should
conform with tcp specification and it's an integer """
conform with TCP specification and it's an integer """

connection_status = True
""" The status of of the connection, this is a boolean value
Expand Down

0 comments on commit a7e4532

Please sign in to comment.