Add missing space between words
This commit is contained in:
parent
862732ff2a
commit
8b986e87e3
@ -2132,7 +2132,7 @@ class HyASTCompiler(object):
|
||||
if not glob:
|
||||
raise HyTypeError(symbol, 'cannot access attribute on '
|
||||
'anything other than a name '
|
||||
'(in order to get attributes of'
|
||||
'(in order to get attributes of '
|
||||
'expressions, use '
|
||||
'`(. <expression> {attr})` or '
|
||||
'`(.{attr} <expression>)`)'.format(
|
||||
|
Loading…
Reference in New Issue
Block a user