From e8bb63f664410d80f8f12c8f65549c3355e07ef6 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Tue, 17 Dec 2019 17:27:09 +1100 Subject: Fix simple typo: occurences -> occurrences Closes #111 --- pycco/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pycco/main.py b/pycco/main.py index 79799b8..59f8f1c 100644 --- a/pycco/main.py +++ b/pycco/main.py @@ -318,7 +318,7 @@ def generate_html(source, sections, preserve_paths=True, outdir=None): template found in `resources/pycco.html`. Pystache will attempt to recursively render context variables, so we must - replace any occurences of `{{`, which is valid in some languages, with a + replace any occurrences of `{{`, which is valid in some languages, with a "unique enough" identifier before rendering, and then post-process the rendered template and change the identifier back to `{{`. """ -- cgit v1.2.1