summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach Smith <zd@zdsmith.com>2019-12-20 14:30:29 -0500
committerGitHub <noreply@github.com>2019-12-20 14:30:29 -0500
commit08ab772d4df72cb18cdf51d88814481eec4f65b5 (patch)
treee5482379e44a99e3efaaac8ccd985d8e9ccdd654
parentb1a6997fe6895f9ddad0f22d61ac6588bc7d1d24 (diff)
parente8bb63f664410d80f8f12c8f65549c3355e07ef6 (diff)
downloadpycco-08ab772d4df72cb18cdf51d88814481eec4f65b5.tar.gz
Merge pull request #112 from timgates42/bugfix/typo_occurrences
Fix simple typo: occurences -> occurrences
-rw-r--r--pycco/main.py2
1 files changed, 1 insertions, 1 deletions
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 `{{`.
"""