Merge pull request #40 from bac/tiny-typo

s/persistience/persistence/
This commit is contained in:
2018-02-27 10:41:04 -05:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ When using this library you automatically get:
- XPath Selectors, for the faint at heart.
- Mocked user-agent (like a real web browser).
- Automatic following of redirects.
- Connectionpooling and cookie persistience.
- Connectionpooling and cookie persistence.
- The Requests experience you know and love, with magical parsing abilities.
.. Other nice features include:
+1 -1
View File
@@ -26,7 +26,7 @@ When using this library you automatically get:
- *XPath Selectors*, for the faint at heart.
- Mocked user-agent (like a real web browser).
- Automatic following of redirects.
- Connectionpooling and cookie persistience.
- Connectionpooling and cookie persistence.
- The Requests experience you know and love, with magical parsing abilities.
.. Other nice features include:
+1 -1
View File
@@ -251,7 +251,7 @@ def user_agent(style=None):
class HTMLSession(requests.Session):
"""A consumable session, for cookie persistience and connection pooling,
"""A consumable session, for cookie persistence and connection pooling,
amongst other things.
"""