diff options
author | Kian-Meng, Ang <kianmeng@cpan.org> | 2021-10-12 22:36:44 +0800 |
---|---|---|
committer | Kian-Meng, Ang <kianmeng@cpan.org> | 2021-10-12 22:36:44 +0800 |
commit | 8cc3a64fa6cb90817b4bbe5aaeca87fa73ea9103 (patch) | |
tree | c5ac617a4098f6af40853b7e16152825f6f74717 /CHANGES.rst | |
parent | b7d12b6b1597ea5d38de8dac2013749be266edd0 (diff) | |
download | jinja2-8cc3a64fa6cb90817b4bbe5aaeca87fa73ea9103.tar.gz |
Fix typos
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 0ce916d..f2c6bc5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -408,7 +408,7 @@ Released 2017-01-08 possible. For more information and a discussion see :issue:`641` - Resolved an issue where ``block scoped`` would not take advantage of the new scoping rules. In some more exotic cases a variable - overriden in a local scope would not make it into a block. + overridden in a local scope would not make it into a block. - Change the code generation of the ``with`` statement to be in line with the new scoping rules. This resolves some unlikely bugs in edge cases. This also introduces a new internal ``With`` node that can be |