Rename UNIX -> Unix

This commit is contained in:
Eugene Simonov 2023-12-29 18:59:05 +02:00
parent a89a473634
commit 258346337b

View file

@ -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)