Skip to content

Commit 33f2a93

Browse files
author
Chen Shijiang
committed
fix indentation error
1 parent ecce4af commit 33f2a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/c09/p11_write_decorators_that_add_arguments_to_functions.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
3030
>>> @optional_debug
3131
... def spam(a,b,c):
32-
... print(a,b,c)
32+
... print(a,b,c)
3333
...
3434
>>> spam(1,2,3)
3535
1 2 3

0 commit comments

Comments
 (0)