Ver código fonte

Remove superfluous backticks in whatsnew-4.0.rst (#3372)

Berker Peksag 8 anos atrás
pai
commit
4e59727658
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      docs/whatsnew-4.0.rst

+ 2 - 2
docs/whatsnew-4.0.rst

@@ -584,8 +584,8 @@ some long-requested features:
     related messages together (like chains, groups, chords, complete
     related messages together (like chains, groups, chords, complete
     work-flows, etc).
     work-flows, etc).
 
 
-- ``app.TaskProducer`` replaced by :meth:`@amqp.create_task_message`` and
-  :meth:`@amqp.send_task_message``.
+- ``app.TaskProducer`` replaced by :meth:`@amqp.create_task_message` and
+  :meth:`@amqp.send_task_message`.
 
 
     Dividing the responsibilities into creating and sending means that
     Dividing the responsibilities into creating and sending means that
     people who want to send messages using a Python AMQP client directly,
     people who want to send messages using a Python AMQP client directly,