summaryrefslogtreecommitdiff
path: root/ref/http-objects.html
diff options
context:
space:
mode:
Diffstat (limited to 'ref/http-objects.html')
-rw-r--r--[-rwxr-xr-x]ref/http-objects.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/ref/http-objects.html b/ref/http-objects.html
index 597b7d5..603e52a 100755..100644
--- a/ref/http-objects.html
+++ b/ref/http-objects.html
@@ -95,7 +95,7 @@ The return value is a tuple of (response, content), the first being and instance
<td><nobr><b><tt id='l2h-16' xml:id='l2h-16' class="method">add_credentials</tt></b>(</nobr></td>
<td><var>name, password, </var><big>[</big><var>domain=None</var><big>]</big><var></var>)</td></tr></table></dt>
<dd>
-Adds a name and password that will be used when a request
+Adds a name and password that will be used when a request
requires authentication. Supplying the optional <var>domain</var> name will
restrict these credentials to only be sent to the specified
domain. If <var>domain</var> is not specified then the given credentials will
@@ -108,8 +108,8 @@ be used to try to satisfy every HTTP 401 challenge.
<td><var>key, cert, domain</var>)</td></tr></table></dt>
<dd>
Add a <var>key</var> and <var>cert</var> that will be used for an SSL connection
-to the specified domain. <var>keyfile</var> is the name of a PEM formatted
-file that contains your private key. <var>certfile</var> is a PEM formatted certificate chain file.
+to the specified domain. <var>keyfile</var> is the name of a PEM formatted
+file that contains your private key. <var>certfile</var> is a PEM formatted certificate chain file.
</dl>
<p>