Skip to content

Commit

Permalink
Minor: wording
Browse files Browse the repository at this point in the history
  • Loading branch information
madig committed Oct 7, 2021
1 parent cd32e1d commit 0466408
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Lib/fontTools/ufoLib/filenames.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0466408

Please sign in to comment.