Easy problem to fix. On the help file, the "Reference > Scripting Reference" page says:
For example, the Tab object has a property called selected that represents all currently selected items in that tab - it is a collection of tabs.
The correct text would be:
For example, the Tab object has a property called selected that represents all currently selected items in that tab - it is a collection of items.