Skip to content

Commit

Permalink
Update voila/paths.py
Browse files Browse the repository at this point in the history
Co-Authored-By: Jeremy Tuloup <jeremy.tuloup@gmail.com>
  • Loading branch information
maartenbreddels and jtpio authored Jun 25, 2019
1 parent 6d0a71a commit 1ebebfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voila/paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def collect_paths(
# first find a list of the template 'hierarchy'
template_names = _find_template_hierarchy(app_names, template_name, root_dirs)

# the order of the loop determintes the precedense of the template system
# the order of the loop determines the precedence of the template system
# * first template_names, e.g. if we inherit from default template, we only
# want to find those files last
for template_name in template_names:
Expand Down

0 comments on commit 1ebebfa

Please sign in to comment.