doc: fixed typos in uix/widget.py

This commit is contained in:
Zen-CODE 2014-02-05 19:30:56 +02:00
parent eb5149fb19
commit 233d54fe98
1 changed files with 2 additions and 2 deletions
kivy/uix

View File

@ -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.
'''