Project Euler: Problem 70: Totient permutation - error in description

There’s error in description of Problem 70 of the Project Euler. In the last line instead of 1 < n < 107 should be obviously 1 < n < 10**7


https://projecteuler.net/problem=70