Skip to content

Commit

Permalink
Merge pull request psf#40 from bac/tiny-typo
Browse files Browse the repository at this point in the history
s/persistience/persistence/
  • Loading branch information
kennethreitz committed Feb 27, 2018
2 parents c65c63a + e45146b commit 35185fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion requests_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""

Expand Down

0 comments on commit 35185fe

Please sign in to comment.