What is :: (double colon) in Python when subscripting sequences?

| | | | |

I know that I can use something like string[3:4] to get a substring in Python, but what does the 3 mean in somesequence[::3]?