diff --git a/doc/source/AMQP1.0.rst b/doc/source/AMQP1.0.rst index 1483d321c..31c5cc351 100644 --- a/doc/source/AMQP1.0.rst +++ b/doc/source/AMQP1.0.rst @@ -120,7 +120,7 @@ The new driver is selected by specifying **amqp** as the transport name. For example:: from oslo import messaging - from olso.config import cfg + from oslo.config import cfg amqp_transport = messaging.get_transport(cfg.CONF, "amqp://me:passwd@host:5672")