1
0
mirror of https://gitlab.com/libvirt/libvirt-python.git synced 2025-08-04 12:21:57 +03:00

generator.py: typo fix

Signed-off-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
Eric Blake
2019-02-07 14:51:49 -06:00
parent 26fd22c004
commit 5301118fd1

View File

@ -1095,7 +1095,7 @@ def is_python_noninteger_type (name):
return name[-1:] == "*"
def nameFixup(name, classe, type, file):
# avoid a desastrous clash
# avoid a disastrous clash
listname = classe + "List"
ll = len(listname)
l = len(classe)