From 233d54fe988bbb6ca649bd4e11ebff420d6f36c3 Mon Sep 17 00:00:00 2001 From: Zen-CODE Date: Wed, 5 Feb 2014 19:30:56 +0200 Subject: [PATCH] doc: fixed typos in uix/widget.py --- kivy/uix/widget.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kivy/uix/widget.py b/kivy/uix/widget.py index 58561f50d..0f340edfa 100644 --- a/kivy/uix/widget.py +++ b/kivy/uix/widget.py @@ -101,8 +101,8 @@ To draw a background in kv:: size: self.size pos: self.pos -These examples only the surface. Please see the :mod:`kivy.graphics` module for -more information. +These examples only scratch the surface. Please see the :mod:`kivy.graphics` +documentation for more information. '''