Thinh Tran hace 11 años
padre
commit
ba092a3d29
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      chaining_method.py

+ 1 - 1
chaining_method.py

@@ -29,5 +29,5 @@ if __name__ == '__main__':
     person = Person('Jack', move)
     person.do_action().amount('5m').stop()
 
-#===== Output =====
+### OUTPUT ###
 # Jack move 5m then stop