Comment mistake

This commit is contained in:
cbeytas
2018-11-21 19:36:59 -05:00
parent d1361f3d0b
commit c06fef9ccb

View File

@@ -5841,7 +5841,7 @@ class CustomTreeCtrl(wx.ScrolledWindow):
:param `item`: an instance of :class:`GenericTreeItem`;
:param bool `select`: ``True`` to select an item, ``False`` to deselect it.
:note: If TR_EXTENDED is set, this actually toggles selection when select=True.
:note: If TR_MULTIPLE is set, this actually toggles selection when select=True.
"""
if select: