]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.7] Doc: Fix missing bracket (GH-13163) (GH-13189)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 8 May 2019 14:07:02 +0000 (07:07 -0700)
committerGitHub <noreply@github.com>
Wed, 8 May 2019 14:07:02 +0000 (07:07 -0700)
(cherry picked from commit 70b80541bb044e8cb7037acaf97f64890fef418e)

Co-authored-by: Zhaorong Ma <mazhaorong@gmail.com>
Doc/distutils/setupscript.rst

index 54ed1aebc242d8ea1887ee5bc3a608566b3a7c94..a65a26ac57facc5834e3593b97939aa55c4f3e39 100644 (file)
@@ -523,7 +523,7 @@ following way::
 
     setup(...,
           data_files=[('bitmaps', ['bm/b1.gif', 'bm/b2.gif']),
-                      ('config', ['cfg/data.cfg']),
+                      ('config', ['cfg/data.cfg'])],
          )
 
 Each (*directory*, *files*) pair in the sequence specifies the installation