8000 drop 'full' · liborange/rabbitmq-tutorials@7786747 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7786747

Browse files
committed
drop 'full'
1 parent b37aa98 commit 7786747

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/tutorial-three.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ channel.basic_consume(callback,
235235

236236
pika.asyncore_loop()</code></pre></div>
237237

238-
[(full receive_logs.py source)](http://github.com/rabbitmq/rabbitmq-tutorials/blob/master/python/receive_logs.py)
238+
[(receive_logs.py source)](http://github.com/rabbitmq/rabbitmq-tutorials/blob/master/python/receive_logs.py)
239239

240240

241241
We're done. If you want to save logs to a file, just open a console and type:

python/tutorial-three.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ The code for `receive_logs.py`:
284284

285285
pika.asyncore_loop()
286286
{% endhighlight %}
287-
[(full receive_logs.py source)]({{ examples_url }}/python/receive_logs.py)
287+
[(receive_logs.py source)]({{ examples_url }}/python/receive_logs.py)
288288

289289

290290
We're done. If you want to save logs to a file, just open a console and type:

0 commit comments

Comments
 (0)
0