From 73fe971ea295738cded93bef17d9db3cb5684153 Mon Sep 17 00:00:00 2001 From: Bruno Cornec Date: Wed, 25 Mar 2015 21:20:42 +0100 Subject: [PATCH] - Fix Redfish spelling --- python-redfish/connection.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python-redfish/connection.py b/python-redfish/connection.py index 926c11e..6ff9984 100644 --- a/python-redfish/connection.py +++ b/python-redfish/connection.py @@ -18,7 +18,7 @@ STARTING ASSUMPTIONS On URIs: -The RedFish RESTful API is a "hypermedia API" by design. This is to avoid +The Redfish RESTful API is a "hypermedia API" by design. This is to avoid building in restrictive assumptions to the data model that will make it difficult to adapt to future hardware implementations. A hypermedia API avoids these assumptions by making the data model discoverable via links between @@ -128,10 +128,10 @@ import StringIO import sys -class RedFishConnection(object): +class RedfishConnection(object): def __init__(self): - super(RedFishConnection, self).__init__() + super(RedfishConnection, self).__init__() # XXX add members, we're going to have to cache def rest_op(self, operation, host, suburi, request_headers, request_body,