Skip to content

Commit

Permalink
Merge pull request #170 from scop/docs/provided-requests-session-close
Browse files Browse the repository at this point in the history
Clarify provided requests_session closure doc
  • Loading branch information
Salamek authored Jan 15, 2023
2 parents aefc8df + 7f02034 commit 8c8b269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion huawei_lte_api/Connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def __init__(self,
requests_session: Optional[requests.Session] = None
):
"""
:param requests_session: requests Session to use, closing it is the caller's responsibility
:param requests_session: requests Session to use; if not None, closing it is the caller's responsibility
"""
parsed_url = urlparse(url)

Expand Down

0 comments on commit 8c8b269

Please sign in to comment.