[3.7] Doc: Fix missing bracket (GH-13163) (GH-13189)
(cherry picked from commit 70b80541bb
)
Co-authored-by: Zhaorong Ma <mazhaorong@gmail.com>
This commit is contained in:
parent
93aa57ac65
commit
3afbe69988
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue