From 4c55744db87b593a6a6a325f5a7b291d2c21cf71 Mon Sep 17 00:00:00 2001 From: Chris Shyi Date: Mon, 25 Jun 2018 22:09:05 -0400 Subject: [PATCH] Update docstring for parse_library() The docstring of parse_library still mentions the library_stats dictionary, which had already been removed. --- spotifyvis/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spotifyvis/utils.py b/spotifyvis/utils.py index 3bb47e3..f94f76f 100644 --- a/spotifyvis/utils.py +++ b/spotifyvis/utils.py @@ -15,7 +15,7 @@ import json def parse_library(headers, tracks, user): - """Scans user's library for certain number of tracks to update library_stats with. + """Scans user's library for certain number of tracks and store the information in a database :headers: For API call. :tracks: Number of tracks to get from user's library.