Merge pull request #1470 from jwilk-forks/spelling

Add missing space between words
This commit is contained in:
Kodi Arfer 2017-12-24 11:25:29 -08:00 committed by GitHub
commit 0b2a472d2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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(