convert: playlist: Fix typo in m3u module docstring

This commit is contained in:
J0J0 Todos 2023-03-04 20:45:27 +01:00
parent 20a0012f79
commit 46fb8fef91

View file

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