mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
docs: fix typo in python bindings
* docs/python.html.in: Class is virConnect, not virConn.
This commit is contained in:
parent
d0cb00ab9f
commit
612fd1573b
@ -20,7 +20,7 @@ lower case, for example the C functions:</p>
|
|||||||
</p>
|
</p>
|
||||||
<p>become</p>
|
<p>become</p>
|
||||||
<p>
|
<p>
|
||||||
<code>virConn::numOfDomains(self)</code>
|
<code>virConnect::numOfDomains(self)</code>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<code>virDomain::setMaxMemory(self, memory)</code>
|
<code>virDomain::setMaxMemory(self, memory)</code>
|
||||||
|
Loading…
Reference in New Issue
Block a user