doc: fixed warning tag in uix/widget.py

This commit is contained in:
Zen-CODE 2014-07-27 21:46:11 +02:00
parent 2f0fe5af41
commit 87a8953bbc
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ class Widget(WidgetBase):
`on_touch_up`:
Fired when an existing touch disappears
..warning::
.. warning::
Adding a `__del__` method to a class derived from Widget with python
prior to 3.4, will disable automatic garbage collection for instances
of that class. That is because Widget creates ref cycles, thereby