Skip to content

Commit 5255bab

Browse files
committed
Cosmetic.
1 parent e05843f commit 5255bab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

python/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,25 +30,25 @@ You may first need to run
3030
python worker.py
3131

3232

33-
[Tutorial three: Publish/Subscribe](http://www.rabbitmq.com/tutorial-three-python.html)
33+
[Tutorial three: Publish/Subscribe](http://www.rabbitmq.com/tutorial-three-python.html):
3434

3535
python receive_logs.py
3636
python emit_log.py
3737

3838

39-
[Tutorial four: Routing](http://www.rabbitmq.com/tutorial-four-python.html)
39+
[Tutorial four: Routing](http://www.rabbitmq.com/tutorial-four-python.html):
4040

4141
python receive_logs_direct.py
4242
python emit_log_direct.py
4343

4444

45-
[Tutorial five: Topics](http://www.rabbitmq.com/tutorial-five-python.html)
45+
[Tutorial five: Topics](http://www.rabbitmq.com/tutorial-five-python.html):
4646

4747
python receive_logs_topic.py
4848
python emit_log_topic.py
4949

5050

51-
[Tutorial six: RPC](http://www.rabbitmq.com/tutorial-six-python.html)
51+
[Tutorial six: RPC](http://www.rabbitmq.com/tutorial-six-python.html):
5252

5353
python rpc_server.py
5454
python rpc_client.py

0 commit comments

Comments
 (0)