summaryrefslogtreecommitdiff
path: root/pycco/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'pycco/main.py')
-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 `{{`.
"""