diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-09-05 13:37:35 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-09-05 13:37:35 -0400 |
commit | 9a1fc577c5d20caf219c782f6d1002ebbcf29e29 (patch) | |
tree | 30720a1d381f5dc27eb22c20b5c83549406fd16b | |
parent | c347b1870ab70b3afaab9c315361b206a13bc9f1 (diff) | |
download | python-setuptools-bitbucket-9a1fc577c5d20caf219c782f6d1002ebbcf29e29.tar.gz |
Remove cruft from Subclassing section
-rw-r--r-- | docs/setuptools.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/setuptools.txt b/docs/setuptools.txt index 0646eff5..e2753cba 100644 --- a/docs/setuptools.txt +++ b/docs/setuptools.txt @@ -2652,9 +2652,7 @@ Subclassing ``Command`` ----------------------- Sorry, this section isn't written yet, and neither is a lot of what's below -this point, except for the change log. You might want to `subscribe to changes -in this page <setuptools?action=subscribe>`_ to see when new documentation is -added or updated. +this point. XXX |