[libvirt] [PATCH] docs: fix typo in python bindings

Eric Blake eblake at redhat.com
Thu Feb 9 00:19:55 UTC 2012


* docs/python.html.in: Class is virConnect, not virConn.
---

Pushing this under the trivial rule.

 docs/python.html.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/docs/python.html.in b/docs/python.html.in
index a8c972e..e7538a4 100644
--- a/docs/python.html.in
+++ b/docs/python.html.in
@@ -20,7 +20,7 @@ lower case, for example the C functions:</p>
     </p>
     <p>become</p>
     <p>
-      <code>virConn::numOfDomains(self)</code>
+      <code>virConnect::numOfDomains(self)</code>
     </p>
     <p>
       <code>virDomain::setMaxMemory(self, memory)</code>
-- 
1.7.7.6




More information about the libvir-list mailing list