Minor: wording
This commit is contained in:
parent
cd32e1d16b
commit
04664089cc
@ -17,8 +17,7 @@ class NameTranslationError(Exception):
|
||||
|
||||
def userNameToFileName(userName: str, existing=(), prefix="", suffix=""):
|
||||
"""
|
||||
existing should be a case-insensitive set
|
||||
of all existing file names.
|
||||
`existing` should be a set-like object.
|
||||
|
||||
>>> userNameToFileName("a") == "a"
|
||||
True
|
||||
|
Loading…
x
Reference in New Issue
Block a user