mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-24 03:45:38 +08:00
fix documentation typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user