We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ec8c74 commit 9317fd8Copy full SHA for 9317fd8
1 file changed
odml/templates.py
@@ -42,7 +42,7 @@ def cache_load(url):
42
the file is older than the CACHE_AGE.
43
44
Exceptions are caught and not re-raised to enable loading of nested
45
- odML files without breaking of one of the child files is unavailable.
+ odML files without breaking if one of the child files is unavailable.
46
47
:param url: location of an odML template XML file.
48
:return: Local file location of the requested file.
@@ -78,7 +78,7 @@ def cache_load(url):
78
79
class TemplateHandler(dict):
80
"""
81
- TemplateHandler facilitates synchronious and deferred
+ TemplateHandler facilitates synchronous and deferred
82
loading, caching, browsing and importing of full or partial
83
odML templates.
84
0 commit comments