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:35:58 +02:00 committed by GitHub
parent 90a92f5718
commit 12034455dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2310,7 +2310,7 @@ class User(_Chartable):
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
before this time, in Unix timestamp format (integer number of
seconds since 00:00:00, January 1st 1970 UTC).
stream: If True, it will yield tracks as soon as a page has been retrieved.