diff --git a/itsdangerous.py b/itsdangerous.py index 5e53a32..98e4dba 100644 --- a/itsdangerous.py +++ b/itsdangerous.py @@ -391,8 +391,7 @@ class TimestampSigner(Signer): """ def get_timestamp(self): - """Returns the current timestamp. This implementation returns the - seconds since 1/1/2011. The function must return an integer. + """Returns the current timestamp. The function must return an integer. """ return int(time.time())