In the Decorators chapter the first example decorates by hand and uses the same name for the original and the decorated function. This is the standard pattern from which the usefulness of decorators arises but I could imagine that it is could even be better for starters to distinguish between the two versions of the function and make the identification of the two an explicit step of the process of arising at decorators.