examples/canvas/mesh.py update docstring

This commit is contained in:
Charles Merriam 2015-02-01 11:46:32 -08:00
parent 650e539631
commit 6c707babe0
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
Mesh test
=========
This demonstrates the use of a mesh mode to distort an image. You should see
a line of buttons across the bottom of a canvas. Pressing them displays
the mesh, a small circle of points, with different mesh.mode settings.
'''
from kivy.uix.button import Button