From cf0ebc9ad3a8a4de0faf995bf0e8e8da44979ec5 Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Fri, 22 Mar 2024 14:50:19 +0100 Subject: Fix typo in doc comment for QLocaleXmlWriter.close() Change-Id: I128ed5e0ebd01a7ed1f3a3049d2b63f1df042562 Reviewed-by: Cristian Maureira-Fredes --- util/locale_database/qlocalexml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/locale_database/qlocalexml.py') diff --git a/util/locale_database/qlocalexml.py b/util/locale_database/qlocalexml.py index 45854be538..e31ec4af68 100644 --- a/util/locale_database/qlocalexml.py +++ b/util/locale_database/qlocalexml.py @@ -396,7 +396,7 @@ class QLocaleXmlWriter (object): self.__write(f'<{tag}>{text}') def close(self, grumble): - """Finish writing and grumble any issues discovered.""" + """Finish writing and grumble about any issues discovered.""" if self.__rawOutput != self.__complain: self.__write('') self.__rawOutput = self.__complain -- cgit v1.2.3