mirror of https://github.com/kivy/kivy.git
Typo : missing coma in the doc (#8026)
This commit is contained in:
parent
476061be51
commit
dd4ae807e1
|
@ -109,7 +109,7 @@ Next, we will modify the example above to package the **touchtracer** example pr
|
||||||
a.zipfiles,
|
a.zipfiles,
|
||||||
a.datas,
|
a.datas,
|
||||||
*[Tree(p) for p in (sdl2.dep_bins + glew.dep_bins)],
|
*[Tree(p) for p in (sdl2.dep_bins + glew.dep_bins)],
|
||||||
upx=True
|
upx=True,
|
||||||
name='touchtracer')
|
name='touchtracer')
|
||||||
|
|
||||||
#. Now you can build the spec file as before with::
|
#. Now you can build the spec file as before with::
|
||||||
|
|
Loading…
Reference in New Issue