In the "Parametrized decorators" section, a sentence is missing a not:
But wait: why did we use the fancy @- syntax?
The reason is simple: with @ the decorating function (timed here) can only take a single argument, that is, the function to be decorated.
should be:
But wait: why didn't we use the fancy @- syntax?
In the "Parametrized decorators" section, a sentence is missing a not:
should be: