syntax error

This commit is contained in:
szqh97
2016-06-03 16:37:30 +08:00
parent 7e21d1b41d
commit bdd042313b

View File

@@ -34,7 +34,7 @@
.. code-block:: python
>>> @timethis
... def countdown(n:int):
... def countdown(n):
... '''
... Counts down
... '''