Fix typos in documentation

Change-Id: I04436e3f399b44ca541f9b2868857a7e2adccaf2
Reviewed-by: Jaishree Vyas <jaishree.vyas@qt.io>
This commit is contained in:
Edward Welbourne 2024-10-21 18:38:08 +02:00
parent b9e4f53b7e
commit 87af2b81e4

View File

@ -456,7 +456,7 @@ class QLocaleXmlReader (object):
@classmethod @classmethod
def __textThenAttrs(cls, elt, *names): def __textThenAttrs(cls, elt, *names):
"""Read an elements text than a sequence of its attributes. """Read an element's text, then a sequence of its attributes.
First parameter is the XML element, subsequent parameters name First parameter is the XML element, subsequent parameters name
attributes of it. Yields the text of the element, followed by the text attributes of it. Yields the text of the element, followed by the text