Merge pull request #1470 from jwilk-forks/spelling
Add missing space between words
This commit is contained in:
commit
0b2a472d2f
@ -2132,7 +2132,7 @@ class HyASTCompiler(object):
|
|||||||
if not glob:
|
if not glob:
|
||||||
raise HyTypeError(symbol, 'cannot access attribute on '
|
raise HyTypeError(symbol, 'cannot access attribute on '
|
||||||
'anything other than a name '
|
'anything other than a name '
|
||||||
'(in order to get attributes of'
|
'(in order to get attributes of '
|
||||||
'expressions, use '
|
'expressions, use '
|
||||||
'`(. <expression> {attr})` or '
|
'`(. <expression> {attr})` or '
|
||||||
'`(.{attr} <expression>)`)'.format(
|
'`(.{attr} <expression>)`)'.format(
|
||||||
|
Loading…
Reference in New Issue
Block a user