From dd4ae807e16852cf5cc86fa2fe1ba9cfa2023a2d Mon Sep 17 00:00:00 2001 From: Romain Heller Date: Wed, 5 Oct 2022 20:15:02 +0200 Subject: [PATCH] Typo : missing coma in the doc (#8026) --- doc/sources/guide/packaging-windows.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sources/guide/packaging-windows.rst b/doc/sources/guide/packaging-windows.rst index b1d1a0fca..91ad4d0fc 100644 --- a/doc/sources/guide/packaging-windows.rst +++ b/doc/sources/guide/packaging-windows.rst @@ -109,7 +109,7 @@ Next, we will modify the example above to package the **touchtracer** example pr a.zipfiles, a.datas, *[Tree(p) for p in (sdl2.dep_bins + glew.dep_bins)], - upx=True + upx=True, name='touchtracer') #. Now you can build the spec file as before with::