mirror of https://github.com/kivy/kivy.git
In examples/canvas/mesh.py add a function docstring
This commit is contained in:
parent
6c707babe0
commit
c667d34412
|
@ -22,6 +22,7 @@ class MeshTestApp(App):
|
|||
self.mesh.mode = mode
|
||||
|
||||
def build_mesh(self):
|
||||
""" returns a Mesh of a rough circle. """
|
||||
vertices = []
|
||||
indices = []
|
||||
step = 10
|
||||
|
|
Loading…
Reference in New Issue