Skip to content

Commit

Permalink
doc: added heirarchical namespacing to treeview items
Browse files Browse the repository at this point in the history
  • Loading branch information
Zen-CODE committed Jul 2, 2017
1 parent 6f0639a commit 24647bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kivy/uix/treeview.py
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ def on_touch_down(self, touch):
.. versionadded:: 1.0.9
:attr:`minimum_width` is a :class:`kivy.properties.NumericProperty` and
:attr:`minimum_width` is a :class:`~kivy.properties.NumericProperty` and
defaults to 0.
'''

Expand All @@ -529,7 +529,7 @@ def on_touch_down(self, touch):
.. versionadded:: 1.0.9
:attr:`minimum_height` is a :class:`kivy.properties.NumericProperty` and
:attr:`minimum_height` is a :class:`~kivy.properties.NumericProperty` and
defaults to 0.
'''

Expand Down

0 comments on commit 24647bd

Please sign in to comment.