Skip to content

Commit bdd0423

Browse files
committed
syntax error
1 parent 7e21d1b commit bdd0423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/c09/p02_preserve_function_metadata_when_write_decorators.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
.. code-block:: python
3535
3636
>>> @timethis
37-
... def countdown(n:int):
37+
... def countdown(n):
3838
... '''
3939
... Counts down
4040
... '''

0 commit comments

Comments
 (0)