mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -07:00
Fix flake8-docstrings D401 First line should be in imperative mood
This commit is contained in:
parent
6f6c9bcc9d
commit
10b2eab3c5
5 changed files with 9 additions and 9 deletions
|
@ -29,7 +29,7 @@ def sanitize_name(name):
|
|||
|
||||
def clean_file_name(filename):
|
||||
"""
|
||||
Cleans up nzb name by removing any . and _ characters and trailing hyphens.
|
||||
Clean up nzb name by removing any . and _ characters and trailing hyphens.
|
||||
|
||||
Is basically equivalent to replacing all _ and . with a
|
||||
space, but handles decimal numbers in string, for example:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue