mosquito / aio-pika

AMQP 0.9 client designed for asyncio and humans.
https://aio-pika.readthedocs.org/
Apache License 2.0
1.23k stars 187 forks source link

📝 Fix `basic_ack` -> `ack` in tutorial #453

Closed nzig closed 2 years ago

nzig commented 2 years ago

It seems that the method name from pika was copied over, while in aio-pika it is renamed.