fix indentation error
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
>>> @optional_debug
|
>>> @optional_debug
|
||||||
... def spam(a,b,c):
|
... def spam(a,b,c):
|
||||||
... print(a,b,c)
|
... print(a,b,c)
|
||||||
...
|
...
|
||||||
>>> spam(1,2,3)
|
>>> spam(1,2,3)
|
||||||
1 2 3
|
1 2 3
|
||||||
|
|||||||
Reference in New Issue
Block a user