fix indentation error

This commit is contained in:
Chen Shijiang
2017-09-05 17:49:35 +08:00
parent ecce4afd95
commit 33f2a93d06

View File

@@ -29,7 +29,7 @@
>>> @optional_debug
... def spam(a,b,c):
... print(a,b,c)
... print(a,b,c)
...
>>> spam(1,2,3)
1 2 3