Skip to content

Commit a1e88c1

Browse files
Update session.py
1 parent f04f739 commit a1e88c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boto3_refresh_session/session.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818

1919

2020
class RefreshableSession(Session):
21-
"""Returns a :class:`boto3.session.Session` object with temporary credentials
22-
that refresh automatically.
21+
"""A :class:`boto3.session.Session` object that automatically refreshes temporary AWS
22+
credentials.
2323
2424
Parameters
2525
----------

0 commit comments

Comments
 (0)