From 87a8953bbc22ca5e8eab71e49faccb16729daf8f Mon Sep 17 00:00:00 2001 From: Zen-CODE Date: Sun, 27 Jul 2014 21:46:11 +0200 Subject: [PATCH] doc: fixed warning tag in uix/widget.py --- kivy/uix/widget.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kivy/uix/widget.py b/kivy/uix/widget.py index aba994612..1920cae6b 100644 --- a/kivy/uix/widget.py +++ b/kivy/uix/widget.py @@ -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