Doc: Fix missing bracket (GH-13163)

This commit is contained in:
Zhaorong Ma 2019-05-08 09:44:01 -04:00 committed by Stéphane Wirtel
parent b1c3167c23
commit 70b80541bb
1 changed files with 1 additions and 1 deletions

View 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