Browse Source

Small PEP8 corrections

Jeroen 11 years ago
parent
commit
4acb155fac
1 changed files with 2 additions and 2 deletions
  1. 2 2
      publish_subscribe.py

+ 2 - 2
publish_subscribe.py

@@ -1,10 +1,10 @@
 #!/usr/bin/env python
 #!/usr/bin/env python
 # -*- coding: utf-8 -*-
 # -*- coding: utf-8 -*-
 
 
-'''
+"""
 Reference: http://www.slideshare.net/ishraqabd/publish-subscribe-model-overview-13368808
 Reference: http://www.slideshare.net/ishraqabd/publish-subscribe-model-overview-13368808
 Author: https://github.com/HanWenfang
 Author: https://github.com/HanWenfang
-'''
+"""
 
 
 
 
 class Provider:
 class Provider: