From c42b81cb7c7739d097d50a45ffc16e5ccbe38df8 Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Mon, 15 Jun 2020 13:14:07 -0700 Subject: [PATCH] Clarify module name Change-Id: I76b2dc05aadb1773a87efaee64bc1184a1246521 (cherry picked from commit 94576895f7553462ef75ca6923609b114a435417) --- doc/source/usage.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/usage.rst b/doc/source/usage.rst index eaa8907..70784bf 100644 --- a/doc/source/usage.rst +++ b/doc/source/usage.rst @@ -3,6 +3,7 @@ Usage Create a client object by providing the connection details of the DRAC card:: + import dracclient client = dracclient.client.DRACClient('1.2.3.4', 'username', 's3cr3t') .. note::