mirror of https://github.com/kivy/kivy.git
English grammar fix only
parent
a14d4893d4
commit
0b0b3d3482
|
@ -2,11 +2,11 @@
|
|||
* *author: Gabriel Pettier*
|
||||
* *kivy: >= 1.1.1*
|
||||
|
||||
A simple way to create a menu that shows when user do a long touch.
|
||||
A simple way to create a menu that shows when the user does a long touch.
|
||||
|
||||
|
||||
## Code
|
||||
```
|
||||
```
|
||||
#!python
|
||||
#!/usr/bin/env python
|
||||
from kivy.app import App
|
||||
|
|
Loading…
Reference in New Issue