The following code fails
In [1]: import arrow
In [2]: arrow.get(2015, 06, 08, 23, 59)
File "<ipython-input-2-44d7fca57336>", line 1
arrow.get(2015, 06, 08, 23, 59)
^
SyntaxError: invalid token
Why does this initialization per the arrow docs returns an error?