From 258346337b058d03be61a123a556383b5fa07e9b Mon Sep 17 00:00:00 2001 From: Eugene Simonov Date: Fri, 29 Dec 2023 18:59:05 +0200 Subject: [PATCH] Rename UNIX -> Unix --- 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 251f0c4..c94e714 100644 --- a/src/pylast/__init__.py +++ b/src/pylast/__init__.py @@ -2380,7 +2380,7 @@ class User(_Chartable): return _extract(doc, "registered") def get_unixtime_registered(self): - """Returns the user's registration date as a UNIX timestamp.""" + """Returns the user's registration date as a Unix timestamp.""" doc = self._request(self.ws_prefix + ".getInfo", True)