summaryrefslogtreecommitdiff
path: root/ref/http-objects.html
diff options
context:
space:
mode:
authorJoe Gregorio <jcgregorio@google.com>2013-02-19 15:57:37 -0500
committerJoe Gregorio <jcgregorio@google.com>2013-02-19 15:57:37 -0500
commitffc3d54f917aa2c07bdb0fcd2e51e217c6dbfbcb (patch)
treed92b53f7bcd8d286416a41c73c40448a28d67693 /ref/http-objects.html
parentf35aafc453b09e9331d2d12fc982a7cbed35727d (diff)
downloadhttplib2-ffc3d54f917aa2c07bdb0fcd2e51e217c6dbfbcb.tar.gz
Fix all whitespace issues. Patch from dhermes@google.com.
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>