1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

Improved hscommon docs

TIL sphinx is rather smart about partial class refrences (starting with
a ".")
This commit is contained in:
Virgil Dupras
2013-11-30 12:29:25 -05:00
parent 5a275db67d
commit b6bc5de79c
3 changed files with 10 additions and 11 deletions

View File

@@ -177,7 +177,7 @@ class GUISelectableList(SelectableList, GUIObject):
Represents a UI element presenting the user with a selectable list of items.
Subclasses :class:`SelectableList` and :class:`~hscommon.gui.base.GUIObject`. Expected view:
Subclasses :class:`SelectableList` and :class:`.GUIObject`. Expected view:
:class:`GUISelectableListView`.
:param iterable items: If specified, items to fill the list with initially.