From 612fd1573b276f8f15d8518afa1adc8709c95590 Mon Sep 17 00:00:00 2001
From: Eric Blake
Date: Wed, 8 Feb 2012 17:19:30 -0700
Subject: [PATCH] docs: fix typo in python bindings
* docs/python.html.in: Class is virConnect, not virConn.
---
docs/python.html.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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)