From 0999501600fd7c3fff68b07aa93d8d894f03ac9a Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Tue, 29 Dec 2020 21:24:05 +0200 Subject: [PATCH] Fix comment --- src/pylast/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pylast/__init__.py b/src/pylast/__init__.py index c4f3541..fc71011 100644 --- a/src/pylast/__init__.py +++ b/src/pylast/__init__.py @@ -2321,7 +2321,7 @@ class User(_Chartable): reverse order of their timestamp, all the way back to the first track. If limit==None, it will try to pull all the available data. - If stream=False, it will yield tracks as soon as a page has been retrieved. + If stream=True, it will yield tracks as soon as a page has been retrieved. This method uses caching. Enable caching only if you're pulling a large amount of data.