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

9 Feb
2012
9 Feb
'12
1:19 a.m.
* 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
4966
Age (days ago)
4966
Last active (days ago)
0 comments
1 participants
participants (1)
-
Eric Blake