From 0c86240692b69bd87e7da47ea66bc58bd94a0cc5 Mon Sep 17 00:00:00 2001 From: Dave Connell <39798556+connelldave@users.noreply.github.com> Date: Tue, 29 Nov 2022 16:19:20 +0000 Subject: [PATCH] trim whitespace --- CHANGELOG.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6a90b4..022337e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Botocove now supports an external id argument that will be passed to each Cove +- Botocove now supports an external id argument that will be passed to each Cove session's `sts.assume_role()` call ## [1.6.3] - 2022-9-10 diff --git a/README.md b/README.md index ae80769..9ad42a6 100644 --- a/README.md +++ b/README.md @@ -226,7 +226,7 @@ regions = [ `external_id`: str -Defaults to None. An external id that will be passed to each Cove session's +Defaults to None. An external id that will be passed to each Cove session's `sts.assume_role()` call. ### CoveSession