X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=scripts%2Fjinja2%2Fnodes.py;h=40ea2858af9027c3d8d32d1b229e1c92eb9dee48;hb=4524bf07ed17f358412754a50a76e7db852160b3;hp=424c1cd8e36837e7b4a6160e101353facbd571cb;hpb=1a3b7d363474ab544c13093a2f0b578718d37c7a;p=libfirm diff --git a/scripts/jinja2/nodes.py b/scripts/jinja2/nodes.py index 424c1cd8e..40ea2858a 100644 --- a/scripts/jinja2/nodes.py +++ b/scripts/jinja2/nodes.py @@ -756,7 +756,7 @@ class InternalName(Expr): yourself but the parser provides a :meth:`~jinja2.parser.Parser.free_identifier` method that creates a new identifier for you. This identifier is not available from the - template and is not threated specially by the compiler. + template and is not treated specially by the compiler. """ fields = ('name',)