mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
More descriptive title.
This commit is contained in:
parent
6b3d72c243
commit
9707fd2ec0
2 changed files with 2 additions and 2 deletions
|
@ -131,7 +131,7 @@ latex_documents = [
|
|||
('tutorial/index', 'tutorial.tex',
|
||||
'Python Tutorial', _stdauthor, 'manual'),
|
||||
('using/index', 'using.tex',
|
||||
'Using Python', _stdauthor, 'manual'),
|
||||
'Python Setup', _stdauthor, 'manual'),
|
||||
('whatsnew/' + version, 'whatsnew.tex',
|
||||
'What\'s New in Python', 'A. M. Kuchling', 'howto'),
|
||||
]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
.. _using-index:
|
||||
|
||||
################
|
||||
Using Python
|
||||
Python Setup
|
||||
################
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue