From 81442861927a39c6024fc0bb90f331b1276fcbb6 Mon Sep 17 00:00:00 2001 From: Adrian D <101290859+adev-code@users.noreply.github.com> Date: Thu, 21 Nov 2024 13:38:40 -0800 Subject: [PATCH] Changed description for after-call Boto3 specific events --- docs/source/guide/events.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/guide/events.rst b/docs/source/guide/events.rst index 1015fb7642..764c4b11e1 100644 --- a/docs/source/guide/events.rst +++ b/docs/source/guide/events.rst @@ -223,7 +223,7 @@ information about each event can be found in the corresponding sections below: ``2 *`` - ``creating-resource-class`` is emitted ONLY when using a service resource. - ``8 *`` - ``after-call`` is emitted when a successful API response is received. + ``8 *`` - ``after-call`` is emitted once the API response is received. ``9 *`` - ``after-call-error`` is emitted when an unsuccessful API response is received.