From 3004b090ad4ee6d4a47a4a0b0c292723054538ad Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Fri, 21 Feb 2003 02:47:09 +0000 Subject: [PATCH] SF bug #690377: Dud footnote reference in distutils docs --- Doc/dist/dist.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex index c363320b18..3fe128c35b 100644 --- a/Doc/dist/dist.tex +++ b/Doc/dist/dist.tex @@ -695,13 +695,13 @@ version. This information includes: \lineiii{author_email}{email address of the package author}{(2)} \lineiii{maintainer}{package maintainer's name}{(2)} \lineiii{maintainer_email}{email address of the package maintainer}{(2)} - \lineiii{home_page}{a URL}{(1)} + \lineiii{home_page}{url}{(1)} \lineiii{license}{the terms the package is released under}{} \lineiii{description}{a short, summary description of the package}{} \lineiii{long_description}{a longer description of the package}{} \lineiii{keywords}{some keywords appropriate to the package}{} \lineiii{platform}{a list of the target platforms}{} - \lineiii{classifiers}{a list of Trove classifiers}{(2)} + \lineiii{classifiers}{a list of Trove classifiers}{(3)} \end{tableiii} \noindent Notes: -- 2.40.0