summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2012-07-31 03:14:59 (GMT)
committerEli Bendersky <eliben@gmail.com>2012-07-31 03:14:59 (GMT)
commit73a74dad3fe4ff69cdb1ecce73484c1574f93256 (patch)
tree982477e4d90e75e89b3f2d308f925b587472b60d /Doc
parent1713f9ae5e7ecb3fd516fe39d3c26fb705f26ef5 (diff)
downloadcpython-73a74dad3fe4ff69cdb1ecce73484c1574f93256.zip
cpython-73a74dad3fe4ff69cdb1ecce73484c1574f93256.tar.gz
cpython-73a74dad3fe4ff69cdb1ecce73484c1574f93256.tar.bz2
Issue #15231: rephrase the last paragraph slightly
Diffstat (limited to 'Doc')
-rw-r--r--Doc/distutils/uploading.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/distutils/uploading.rst b/Doc/distutils/uploading.rst
index dc1025f..bfb392e 100644
--- a/Doc/distutils/uploading.rst
+++ b/Doc/distutils/uploading.rst
@@ -74,5 +74,7 @@ check the ``long_description`` from the command line::
:mod:`docutils` will display a warning if there's something wrong with your
syntax. Because PyPI applies additional checks (e.g. by passing ``--no-raw``
-to ``rst2html.py`` in the command above), running the command above without
-warnings is not sufficient for PyPI to convert the content successfully.
+to ``rst2html.py`` in the command above), being able to run the command above
+without warnings does not guarantee that PyPI will convert the content
+successfully.
+