fixed typo

This commit is contained in:
justvanrossum 2020-08-08 19:59:10 +02:00
parent d8eb064a26
commit c785c0ea9b

View File

@ -1,6 +1,6 @@
""" """
User name to file name conversion. User name to file name conversion.
This was taken form the UFO 3 spec. This was taken from the UFO 3 spec.
""" """
illegalCharacters = r"\" * + / : < > ? [ \ ] | \0".split(" ") illegalCharacters = r"\" * + / : < > ? [ \ ] | \0".split(" ")