fix documentation typo

This commit is contained in:
Jude Nelson
2017-03-21 11:34:36 -04:00
parent 6aa16b482d
commit 90f1d9a011

View File

@@ -71,8 +71,8 @@ def check_valid_name(fqu):
if not is_b40(name):
msg = (
'The name specified is invalid. '
'Names may only contain alphanumeric characters, '
'dashes, and underscores.'
'Names may only contain alphanumeric characters '
'and underscores.'
)
return msg