From 8b986e87e3558d08da422c0b49f5290c1826d604 Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Sun, 24 Dec 2017 20:02:23 +0100 Subject: [PATCH] Add missing space between words --- hy/compiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hy/compiler.py b/hy/compiler.py index 9fe6265..0020607 100755 --- a/hy/compiler.py +++ b/hy/compiler.py @@ -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 ' '`(. {attr})` or ' '`(.{attr} )`)'.format(