- Fix a small typo

This commit is contained in:
Bruno Cornec 2015-04-02 02:30:14 +02:00
parent 93b3e5201a
commit 9597d7bd4f

View File

@ -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
print