Skip to content

Commit 6bbdd25

Browse files
updated description
1 parent ccf1262 commit 6bbdd25

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
![BRS Image](https://raw.githubusercontent.com/michaelthomasletts/boto3-refresh-session/refs/heads/main/doc/brs.png)
1212

13-
A simple Python package for refreshing boto3 sessions automatically.
13+
A simple Python package for refreshing AWS temporary credentials in ``boto3`` automatically.
1414

1515
- [Documentation](https://michaelthomasletts.github.io/boto3-refresh-session/index.html)
1616
- [Source Code](https://github.com/michaelthomasletts/boto3-refresh-session)

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
boto3-refresh-session
1616
---------------------
1717

18-
A simple Python package for refreshing temporary AWS credentials for ``boto3`` automatically.
18+
A simple Python package for refreshing AWS temporary credentials in ``boto3`` automatically.
1919

2020
Who is this for?
2121
----------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "boto3-refresh-session"
33
version = "0.1.21"
4-
description = "A simple Python package for refreshing boto3 sessions automatically."
4+
description = "A simple Python package for refreshing AWS temporary credentials in boto3 automatically."
55
authors = [
66
{name = "Mike Letts",email = "lettsmt@gmail.com"}
77
]

0 commit comments

Comments
 (0)