Skip to content

Commit 90559a7

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

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
@@ -500,9 +500,6 @@ def subscribe(
500500
topic (str): The name of the topic.
501501
metadata (Optional[MetadataTuple]): Additional metadata for the subscription.
502502
dead_letter_topic (Optional[str]): Name of the dead-letter topic.
503-
timeout (Optional[int]): The time in seconds to wait for a message before returning None
504-
If not set, the `next_message` method will block indefinitely
505-
until a message is received.
506503
507504
Returns:
508505
Subscription: The Subscription object managing the stream.

0 commit comments

Comments
 (0)