Fix a typo in docstring

Change-Id: Iddbab13fb50484457a0d288f5f6edbae7748b252
TN: P518-014
This commit is contained in:
Pierre-Marie de Rodat
2016-06-29 10:02:34 +02:00
parent e01e281843
commit 9feb02f856

View File

@@ -1025,7 +1025,7 @@ class CompileCtx():
Node : <root AST node type>;
Initial_Env : in out Lexical_Env);
If the hook in invoked on an node that uses the initial_env EnvSpec
If the hook is invoked on an node that uses the initial_env EnvSpec
attribute, the hook can alter it so that it affects the rest of the
EnvSpec actions.