Skip to content

Commit 9317fd8

Browse files
committed
[templates] Typo fixes
1 parent 7ec8c74 commit 9317fd8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

odml/templates.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def cache_load(url):
4242
the file is older than the CACHE_AGE.
4343
4444
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.
45+
odML files without breaking if one of the child files is unavailable.
4646
4747
:param url: location of an odML template XML file.
4848
:return: Local file location of the requested file.
@@ -78,7 +78,7 @@ def cache_load(url):
7878

7979
class TemplateHandler(dict):
8080
"""
81-
TemplateHandler facilitates synchronious and deferred
81+
TemplateHandler facilitates synchronous and deferred
8282
loading, caching, browsing and importing of full or partial
8383
odML templates.
8484
"""

0 commit comments

Comments
 (0)