s/persistience/persistence/

This commit is contained in:
Brad Crittenden
2018-02-27 10:38:54 -05:00
parent 185bdbf97e
commit e45146b7fb
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.
"""