[libvirt] Typo in libvirt python documentation

There is a tiny typo in the livirt documentation at: http://libvirt.org/docs/libvirt-appdev-guide-python/en-US/html/libvirt_appli... In 'Example 4.2. Fetching a domain object from a name' domainName = 'someguest' dom = conn.lookupByName(domainname) domainname or domainName

On 05/14/2016 03:15 PM, Sebastiaan Glazenborg wrote:
There is a tiny typo in the livirt documentation at: http://libvirt.org/docs/libvirt-appdev-guide-python/en-US/html/libvirt_appli...
In 'Example 4.2. Fetching a domain object from a name'
domainName = 'someguest' dom = conn.lookupByName(domainname)
domainname or domainName
Thanks for the report, I pushed this change: commit 7ade5f255e4a4c2bb631862e70e0a3baf4643e3f Author: Cole Robinson <crobinso@redhat.com> Date: Mon May 16 09:08:51 2016 -0400 Fix typo in python example Reported-by: Sebastiaan Glazenborg <sebastiaan@acore.nl> The git repo is here if you wanted to submit future changes: http://libvirt.org/git/?p=libvirt-appdev-guide-python.git Thanks, Cole
participants (2)
-
Cole Robinson
-
Sebastiaan Glazenborg