diff options
author | Georg Brandl <georg@python.org> | 2009-01-03 21:17:04 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-01-03 21:17:04 (GMT) |
commit | 36ab1ef8ee1006596937198e8f149e09ae8a6139 (patch) | |
tree | 604584365c107dcb5880f06d43b58f7580c55010 /Doc/distutils | |
parent | 45f53370e7724282f136db6e547cf48b79f9186b (diff) | |
download | cpython-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')
-rw-r--r-- | Doc/distutils/uploading.rst | 6 |
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). |