Skip to content

Commit

Permalink
Make flake8 happy
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- authored and jackrosenthal committed Nov 24, 2022
1 parent 65fbfae commit 0ba4979
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kajiki/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def defined(self, name):


def Template(ns):
"""Creates a new :class:`._Template` subclass from an entity with ``exposed`` functions.
"""Creates a :class:`._Template` subclass from an entity with ``exposed`` functions.
Kajiki uses classes as containers of the exposed functions for convenience,
but any object that can have the functions as attributes works.
Expand Down
2 changes: 1 addition & 1 deletion kajiki/xml_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def inner(self, node, *args, **kwargs):


class _Compiler(object):
"""Compiles a DOM tree into Intermediate Representation :class:`kajiki.ir.TemplateNode`.
"""Compiles a DOM tree into IR :class:`kajiki.ir.TemplateNode`.
Intermediate Representation is a tree of nodes that represent
Python Code that should be generated to execute the template.
Expand Down

0 comments on commit 0ba4979

Please sign in to comment.