projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
739d153
)
Fix typo in advanced.rst docs
author
Paweł Romanowski
<pawroman@gmail.com>
Tue, 13 May 2014 08:11:40 +0000
(10:11 +0200)
committer
Paweł Romanowski
<pawroman@gmail.com>
Tue, 13 May 2014 08:11:40 +0000
(10:11 +0200)
`Sesssion` -> `Session`
docs/user/advanced.rst
patch
|
blob
|
history
diff --git
a/docs/user/advanced.rst
b/docs/user/advanced.rst
index 80c1e6aeb07ffdb5bd85ed89d888b2d0c52a33c8..eead69e789c3b6a2d91c9b1b8e186618306874dd 100644
(file)
--- a/
docs/user/advanced.rst
+++ b/
docs/user/advanced.rst
@@
-111,7
+111,7
@@
request. The simple recipe for this is the following::
Since you are not doing anything special with the ``Request`` object, you
prepare it immediately and modify the ``PreparedRequest`` object. You then
send that with the other parameters you would have sent to ``requests.*`` or
-``Sess
s
ion.*``.
+``Session.*``.
However, the above code will lose some of the advantages of having a Requests
:class:`Session <requests.Session>` object. In particular,