diff options
author | Georg Brandl <georg@python.org> | 2014-09-20 22:35:08 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-09-20 22:35:08 (GMT) |
commit | 3f40c40dea5f68fa4f1711c9cfa04c4edf6f8f53 (patch) | |
tree | 02d439e63509e1ff90ad7ee940116e15a877a6d5 /Doc/whatsnew/2.1.rst | |
parent | 8a97896a765e4b1ef8753b4a410a8f3e981cb9b8 (diff) | |
download | cpython-3f40c40dea5f68fa4f1711c9cfa04c4edf6f8f53.zip cpython-3f40c40dea5f68fa4f1711c9cfa04c4edf6f8f53.tar.gz cpython-3f40c40dea5f68fa4f1711c9cfa04c4edf6f8f53.tar.bz2 |
Doc: remove invalid uses of ":option:" which will emit warnings in Sphinx 1.3.
Diffstat (limited to 'Doc/whatsnew/2.1.rst')
-rw-r--r-- | Doc/whatsnew/2.1.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/2.1.rst b/Doc/whatsnew/2.1.rst index b1ab48e..3864545 100644 --- a/Doc/whatsnew/2.1.rst +++ b/Doc/whatsnew/2.1.rst @@ -555,7 +555,7 @@ will include metadata, making it possible to build automated cataloguing systems and experiment with them. With the result experience, perhaps it'll be possible to design a really good catalog and then build support for it into Python 2.2. For example, the Distutils :command:`sdist` and :command:`bdist_\*` commands -could support a :option:`upload` option that would automatically upload your +could support a ``upload`` option that would automatically upload your package to a catalog server. You can start creating packages containing :file:`PKG-INFO` even if you're not |