summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorRichard Jones <richard@mechanicalcat.net>2013-03-20 15:18:48 -0700
committerRichard Jones <richard@mechanicalcat.net>2013-03-20 15:18:48 -0700
commit5fa0106a05dd7286d44894aa02cc5dab892887a3 (patch)
tree2d55d09fe7a91e35485c8c7e59cdf907ac9fd130 /templates
parent4e1b7e2c168ee53081c77c9698140fc743123e5d (diff)
downloaddecorator-5fa0106a05dd7286d44894aa02cc5dab892887a3.tar.gz
correct suggestion
Diffstat (limited to 'templates')
-rw-r--r--templates/urls.pt4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/urls.pt b/templates/urls.pt
index f619a1b..ebda0d2 100644
--- a/templates/urls.pt
+++ b/templates/urls.pt
@@ -74,8 +74,8 @@
<p>Each URL must locate a distribution file directly, not point to an
index page of file URLs. The contents of the URLs you provide here are not
scraped for file download URLs.</p>
-<p>The URL must end with the MD5 hash of the file contents.
- This must take the form "#md5=2f3dff3357af889fc7021b568d40e866".
+<p>The URL fragment (after a "#" character) must include the MD5 hash of the file contents.
+ This should take the form "#md5=2f3dff3357af889fc7021b568d40e866".
Note: <em>PyPI does not verify the MD5 hash</em> but <em>install tools like pip do</em>.</p>
<form tal:attributes="action app/url_path" method="POST" enctype="multipart/form-data">
<input type="hidden" name="name" tal:attributes="value data/name" />