diff --git a/redfish/connection.py b/redfish/connection.py index 41f2626..dd26dc8 100644 --- a/redfish/connection.py +++ b/redfish/connection.py @@ -294,7 +294,7 @@ class RedfishConnection(object): request_headers = dict() request_headers['Content-Type'] = 'application/json' # NOTE: don't assume any newly created resource is included in the - # # response. Only the Location header matters. + # response. Only the Location header matters. # the response body may be the new resource, it may be an # ExtendedError, or it may be empty. return self._op('POST', suburi, request_headers, request_body) @@ -438,4 +438,4 @@ def print_extended_error(extended_error): print('\t' + msg) msgcnt += 1 if msgcnt == 0: # add a spacer - print \ No newline at end of file + print