Update src/pylast/__init__.py

Commit suggested fix.

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
Eugene Simonov 2023-12-29 18:36:28 +02:00 committed by GitHub
parent 12034455dc
commit a89a473634
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2307,7 +2307,7 @@ class User(_Chartable):
Parameters:
limit : If None, it will try to pull all the available data.
from (Optional) : Beginning timestamp of a range - only display
scrobbles after this time, in UNIX timestamp format (integer
scrobbles after this time, in Unix timestamp format (integer
number of seconds since 00:00:00, January 1st 1970 UTC).
to (Optional) : End timestamp of a range - only display scrobbles
before this time, in Unix timestamp format (integer number of