From 933bc0b97ba0c6080bc89c1ced784fdff016493d Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Mon, 8 Dec 2014 11:20:19 +0100 Subject: [PATCH] doc: syntax --- kivy/uix/behaviors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kivy/uix/behaviors.py b/kivy/uix/behaviors.py index 84b50e12e..57bb15df3 100644 --- a/kivy/uix/behaviors.py +++ b/kivy/uix/behaviors.py @@ -505,7 +505,7 @@ class FocusBehavior(object): focused widgets, if, the config keyboard mode is not multi. Touches on focusable widgets that were used to focus are automatically added here. - Example usage: + Example usage:: class Unfocusable(Widget):