Skip to content

Commit 2224378

Browse files
committed
fix subscribe docstring typo
Signed-off-by: farmer <farmerchillax@outlook.com>
1 parent 90559a7 commit 2224378

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

dapr/clients/grpc/client.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -525,9 +525,6 @@ def subscribe_with_handler(
525525
handler_fn (Callable[..., TopicEventResponse]): The function to call when a message is received.
526526
metadata (Optional[MetadataTuple]): Additional metadata for the subscription.
527527
dead_letter_topic (Optional[str]): Name of the dead-letter topic.
528-
timeout (Optional[int]): The time in seconds to wait for a message before returning None
529-
If not set, the `next_message` method will block indefinitely
530-
until a message is received.
531528
"""
532529
subscription = self.subscribe(pubsub_name, topic, metadata, dead_letter_topic)
533530

0 commit comments

Comments
 (0)