From 270a64c6afbfb5d58bc3ec0692ed838f5db52eae Mon Sep 17 00:00:00 2001 From: Olof Johansson Date: Sun, 25 Oct 2015 19:44:24 +0100 Subject: [PATCH] Fix docstring after the filenamify changes (f3aba4e59) This caused the test suite to fail because of doctest. --- lib/svtplay_dl/utils/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/svtplay_dl/utils/__init__.py b/lib/svtplay_dl/utils/__init__.py index 843cce6..048812e 100644 --- a/lib/svtplay_dl/utils/__init__.py +++ b/lib/svtplay_dl/utils/__init__.py @@ -127,7 +127,7 @@ def filenamify(title): Convert a string to something suitable as a file name. >>> print(filenamify(u'Matlagning del 1 av 10 - R\xe4ksm\xf6rg\xe5s | SVT Play')) - matlagning-del-1-av-10-raksmorgas-svt-play + matlagning.del.1.av.10.-.raksmorgas.svt.play """ # ensure it is unicode