diff options
author | Eric Blake <eblake@redhat.com> | 2012-02-08 17:19:30 -0700 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2012-02-09 14:28:40 -0700 |
commit | 612fd1573b276f8f15d8518afa1adc8709c95590 (patch) | |
tree | d93a4da2d2cab3e6a46d9dd05d726fa24da2f24a /docs/python.html.in | |
parent | conf: small changes to comments in virDomainDeviceInfo (diff) | |
download | libvirt-612fd1573b276f8f15d8518afa1adc8709c95590.tar.gz libvirt-612fd1573b276f8f15d8518afa1adc8709c95590.tar.bz2 libvirt-612fd1573b276f8f15d8518afa1adc8709c95590.zip |
docs: fix typo in python bindings
* docs/python.html.in: Class is virConnect, not virConn.
Diffstat (limited to 'docs/python.html.in')
-rw-r--r-- | 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 a8c972e03..e7538a47a 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> |