mirror of
https://github.com/python/cpython.git
synced 2024-11-24 02:15:30 +08:00
Doc: Fix missing bracket (GH-13163)
This commit is contained in:
parent
b1c3167c23
commit
70b80541bb
@ -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
Block a user