From: Eric Blake
Date: Thu, 9 Feb 2012 00:19:30 +0000 (-0700)
Subject: docs: fix typo in python bindings
X-Git-Tag: v0.9.10~14
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=612fd1573b276f8f15d8518afa1adc8709c95590;p=thirdparty%2Flibvirt.git
docs: fix typo in python bindings
* docs/python.html.in: Class is virConnect, not virConn.
---
diff --git a/docs/python.html.in b/docs/python.html.in
index a8c972e038..e7538a47ab 100644
--- a/docs/python.html.in
+++ b/docs/python.html.in
@@ -20,7 +20,7 @@ lower case, for example the C functions:
become
- virConn::numOfDomains(self)
+ virConnect::numOfDomains(self)
virDomain::setMaxMemory(self, memory)