summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2004-08-02 23:05:25 (GMT)
committerFred Drake <fdrake@acm.org>2004-08-02 23:05:25 (GMT)
commitbec69f6a2e372f78649d4fe13bbc0357ca1057b5 (patch)
tree50f8a4ed0ffe3dfdc86bdceda9913fb2803ceab2 /Doc
parent7fdd92f31f7860d88e94671a20e7f2e3a87fec6d (diff)
downloadcpython-bec69f6a2e372f78649d4fe13bbc0357ca1057b5.zip
cpython-bec69f6a2e372f78649d4fe13bbc0357ca1057b5.tar.gz
cpython-bec69f6a2e372f78649d4fe13bbc0357ca1057b5.tar.bz2
fix a little lie ;-(
Diffstat (limited to 'Doc')
-rw-r--r--Doc/dist/dist.tex5
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex
index e94d052..5a95d78 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}