details: https://code.tryton.org/tryton/commit/0ff93e8c1888
branch: default
user: José Antonio Díaz Miralles <[email protected]>
date: Thu Mar 05 19:13:11 2026 +0100
description:
Fix typo in menuitem handler docstring
Closes #14655
diffstat:
trytond/trytond/convert.py | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (13 lines):
diff -r 3233ab5e7921 -r 0ff93e8c1888 trytond/trytond/convert.py
--- a/trytond/trytond/convert.py Mon Mar 02 14:15:14 2026 +0100
+++ b/trytond/trytond/convert.py Thu Mar 05 19:13:11 2026 +0100
@@ -40,7 +40,8 @@
class MenuitemTagHandler:
- """Taghandler for the tag <record> """
+ """Taghandler for the tag <menuitem>"""
+
def __init__(self, master_handler):
self.mh = master_handler
self.xml_id = None