From: Fred Drake Date: Mon, 2 Aug 2004 23:05:25 +0000 (+0000) Subject: fix a little lie ;-( X-Git-Tag: v2.4a2~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bec69f6a2e372f78649d4fe13bbc0357ca1057b5;p=python fix a little lie ;-( --- diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex index e94d052298..5a95d78601 100644 --- a/Doc/dist/dist.tex +++ b/Doc/dist/dist.tex @@ -1904,9 +1904,8 @@ Most distutils command implementations are subclasses of the \class{Command} class from \refmodule{distutils.cmd}. New commands may directly inherit from \class{Command}, while replacements often derive from \class{Command} indirectly, directly subclassing the -command they are replacing. Commands are not required to derive from -\class{Command}, but must implement the interface documented as part -of that class. +command they are replacing. Commands are required to derive from +\class{Command}. %\section{Extending existing commands}