aboutsummaryrefslogtreecommitdiff
path: root/pandora/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'pandora/client.py')
-rw-r--r--pandora/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandora/client.py b/pandora/client.py
index b077954..bb30738 100644
--- a/pandora/client.py
+++ b/pandora/client.py
@@ -16,7 +16,7 @@ instance of a client.
16from . import errors 16from . import errors
17 17
18 18
19class BaseAPIClient(object): 19class BaseAPIClient:
20 """Base Pandora API Client 20 """Base Pandora API Client
21 21
22 The base API client has lower level methods that are composed together to 22 The base API client has lower level methods that are composed together to