Skip to content

Commit 3afbe69

Browse files
[3.7] Doc: Fix missing bracket (GH-13163) (GH-13189)
(cherry picked from commit 70b8054) Co-authored-by: Zhaorong Ma <[email protected]>
1 parent 93aa57a commit 3afbe69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/distutils/setupscript.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ following way::
523523

524524
setup(...,
525525
data_files=[('bitmaps', ['bm/b1.gif', 'bm/b2.gif']),
526-
('config', ['cfg/data.cfg']),
526+
('config', ['cfg/data.cfg'])],
527527
)
528528

529529
Each (*directory*, *files*) pair in the sequence specifies the installation

0 commit comments

Comments
 (0)