Add missing space between words

This commit is contained in:
Jakub Wilk 2017-12-24 20:02:23 +01:00
parent 862732ff2a
commit 8b986e87e3

View File

@ -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(