summaryrefslogtreecommitdiffstats
path: root/Doc/distutils/uploading.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-01-03 21:17:04 (GMT)
committerGeorg Brandl <georg@python.org>2009-01-03 21:17:04 (GMT)
commit36ab1ef8ee1006596937198e8f149e09ae8a6139 (patch)
tree604584365c107dcb5880f06d43b58f7580c55010 /Doc/distutils/uploading.rst
parent45f53370e7724282f136db6e547cf48b79f9186b (diff)
downloadcpython-36ab1ef8ee1006596937198e8f149e09ae8a6139.zip
cpython-36ab1ef8ee1006596937198e8f149e09ae8a6139.tar.gz
cpython-36ab1ef8ee1006596937198e8f149e09ae8a6139.tar.bz2
Merged revisions 68219 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r68219 | georg.brandl | 2009-01-03 21:47:01 +0100 (Sat, 03 Jan 2009) | 2 lines Fix uses of the default role. ........
Diffstat (limited to 'Doc/distutils/uploading.rst')
-rw-r--r--Doc/distutils/uploading.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/distutils/uploading.rst b/Doc/distutils/uploading.rst
index d960656..e3aa7c3 100644
--- a/Doc/distutils/uploading.rst
+++ b/Doc/distutils/uploading.rst
@@ -33,9 +33,9 @@ uploaded file using GPG (GNU Privacy Guard). The :program:`gpg` program must
be available for execution on the system :envvar:`PATH`. You can also specify
which key to use for signing using the :option:`--identity=*name*` option.
-Other :command:`upload` options include :option:`--repository=*url*`
-or :option:`--repository=*section*` where `url` is the url of the server
-and `section` the name of the section in :file:`$HOME/.pypirc`, and
+Other :command:`upload` options include :option:`--repository=<url>` or
+:option:`--repository=<section>` where *url* is the url of the server and
+*section* the name of the section in :file:`$HOME/.pypirc`, and
:option:`--show-response` (which displays the full response text from the PyPI
server for help in debugging upload problems).