]> granicus.if.org Git - python/commitdiff
Doc: Fix missing bracket (GH-13163)
authorZhaorong Ma <mazhaorong@gmail.com>
Wed, 8 May 2019 13:44:01 +0000 (09:44 -0400)
committerStéphane Wirtel <stephane@wirtel.be>
Wed, 8 May 2019 13:44:01 +0000 (09:44 -0400)
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