Explorar el Código

Small PEP8 corrections

Jeroen hace 11 años
padre
commit
4acb155fac
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      publish_subscribe.py

+ 2 - 2
publish_subscribe.py

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