Skip to content

Commit 44c80e7

Browse files
Update sdk/servicebus/azure-servicebus/README.md
Adjust readme deadletter function underscoring Co-authored-by: Adam Ling (MSFT) <[email protected]>
1 parent 39f2669 commit 44c80e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/servicebus/azure-servicebus/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ with ServiceBusClient.from_connection_string(connstr) as client:
212212

213213
Other settlement methods (beyond complete and defer) include:
214214
* `dead_letter`, removing the message from the primary queue and sending it to a
215-
special "dead-letter sub-queue" where it can be accessed using the `get_queue_dead_letter_receiver` function.
215+
special "dead-letter sub-queue" where it can be accessed using the `get_queue_deadletter_receiver` function.
216216
* `abandon`, immediately returning the message back to the queue to be picked up by another (or the same) receiver.
217217

218218
## Troubleshooting

0 commit comments

Comments
 (0)