From 87af2b81e4bfe4ff4c58d7040804d5ceecdf4326 Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Mon, 21 Oct 2024 18:38:08 +0200 Subject: [PATCH] Fix typos in documentation Change-Id: I04436e3f399b44ca541f9b2868857a7e2adccaf2 Reviewed-by: Jaishree Vyas --- util/locale_database/qlocalexml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/locale_database/qlocalexml.py b/util/locale_database/qlocalexml.py index 6a09a18b32a..2e0d46cd4a3 100644 --- a/util/locale_database/qlocalexml.py +++ b/util/locale_database/qlocalexml.py @@ -456,7 +456,7 @@ class QLocaleXmlReader (object): @classmethod 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 attributes of it. Yields the text of the element, followed by the text