diff --git a/README.md b/README.md index bcde26a543..f1b579c40b 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,11 @@ ---

+ airtai%2Ffaststream | Trendshift + +
+
+ Test Passing diff --git a/docs/docs/en/faststream.md b/docs/docs/en/faststream.md index 608a88308a..18ca543802 100644 --- a/docs/docs/en/faststream.md +++ b/docs/docs/en/faststream.md @@ -12,6 +12,11 @@ search: ---

+ airtai%2Ffaststream | Trendshift + +
+
+ Test Passing diff --git a/faststream/exceptions.py b/faststream/exceptions.py index 5de18549ee..231b3eb778 100644 --- a/faststream/exceptions.py +++ b/faststream/exceptions.py @@ -61,7 +61,7 @@ class NackMessage(HandlerException): signature. Args: - extra_options (Any): Additional parameters that will be passed to `message.nack(**extra_options)` method. + kwargs (Any): Additional parameters that will be passed to `message.nack(**extra_options)` method. """ def __init__(self, **kwargs: Any): @@ -80,7 +80,7 @@ class RejectMessage(HandlerException): signature. Args: - extra_options (Any): Additional parameters that will be passed to `message.reject(**extra_options)` method. + kwargs (Any): Additional parameters that will be passed to `message.reject(**extra_options)` method. """ def __init__(self, **kwargs: Any):