@@ -137,7 +137,7 @@ def add(
137
137
set an icon for the specified menu item. For more details refer to
138
138
:meth:`set_icon`. To remove the icon, pass ``None`` to *icon*.
139
139
140
- :command: `Menu, $, Insert, , MenuItemName, %FuncObj%, Options
140
+ :command: `Menu, $, Add , MenuItemName, %FuncObj%, Options
141
141
<https://www.autohotkey.com/docs/commands/Menu.htm#Insert>`_
142
142
"""
143
143
return self ._insert_or_update (
@@ -150,7 +150,7 @@ def add(
150
150
def add_separator (self ):
151
151
"""Append a separator.
152
152
153
- :command: `Menu, $, Insert,,
153
+ :command: `Menu, $, Add
154
154
<https://www.autohotkey.com/docs/commands/Menu.htm#Insert>`_
155
155
"""
156
156
self ._call ("Insert" )
@@ -168,7 +168,7 @@ def add_submenu(
168
168
169
169
For *options* refer to :meth:`add`.
170
170
171
- :command: `Menu, $, Insert, , MenuItemName, :Submenu, Options
171
+ :command: `Menu, $, Add , MenuItemName, :Submenu, Options
172
172
<https://www.autohotkey.com/docs/commands/Menu.htm#Insert>`_
173
173
"""
174
174
return self ._insert_or_update (
0 commit comments