mirror of
https://github.com/kennethreitz/requests-html.git
synced 2026-06-05 14:50:20 +00:00
s/persistience/persistence/
This commit is contained in:
+1
-1
@@ -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.
|
||||
- Connection–pooling and cookie persistience.
|
||||
- Connection–pooling and cookie persistence.
|
||||
- The Requests experience you know and love, with magical parsing abilities.
|
||||
|
||||
.. Other nice features include:
|
||||
|
||||
@@ -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.
|
||||
- Connection–pooling and cookie persistience.
|
||||
- Connection–pooling and cookie persistence.
|
||||
- The Requests experience you know and love, with magical parsing abilities.
|
||||
|
||||
.. Other nice features include:
|
||||
|
||||
+1
-1
@@ -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.
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user