summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ0J0 Todos <jojo@peek-a-boo.at>2023-03-04 20:45:27 +0100
committerJ0J0 Todos <jojo@peek-a-boo.at>2023-03-29 07:46:08 +0200
commit46fb8fef914c84a9e1279a09ff131fefd05f0e82 (patch)
treea2e5601fdc4b5b46b7a47147a5dfb806873ede4a
parent20a0012f796cf2a07ce4983a19379a7b03abb53b (diff)
convert: playlist: Fix typo in m3u module docstring
-rw-r--r--beets/util/m3u.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/beets/util/m3u.py b/beets/util/m3u.py
index 75468c0fa..7903157a5 100644
--- a/beets/util/m3u.py
+++ b/beets/util/m3u.py
@@ -12,7 +12,7 @@
# The above copyright notice and this permission notice shall be
# included in all copies or substantial portions of the Software.
-"""Provides utilities to read, write an manipulate m3u playlist files."""
+"""Provides utilities to read, write and manipulate m3u playlist files."""
from beets.util import syspath, normpath