aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/livestreamer/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/livestreamer/__init__.py')
-rw-r--r--src/livestreamer/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/livestreamer/__init__.py b/src/livestreamer/__init__.py
index 0f50dea..2b28a3e 100644
--- a/src/livestreamer/__init__.py
+++ b/src/livestreamer/__init__.py
@@ -10,7 +10,8 @@ import imp
class Livestreamer(object):
"""
- A Livestreamer session is used to keep track of plugins, options, log settings.
+ A Livestreamer session is used to keep track of plugins,
+ options and log settings.
"""