summaryrefslogtreecommitdiff
path: root/pecan/extensions.py
diff options
context:
space:
mode:
Diffstat (limited to 'pecan/extensions.py')
-rw-r--r--pecan/extensions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pecan/extensions.py b/pecan/extensions.py
index 0ad2f8f..87b9925 100644
--- a/pecan/extensions.py
+++ b/pecan/extensions.py
@@ -31,7 +31,7 @@ class PecanExtensionImporter(object):
This is mostly for convenience and consistency. In this way, Pecan can
maintain an ecosystem of extensions that share a common namespace,
- ``pecan.ext``, while still maintaining backwards compatability for simple
+ ``pecan.ext``, while still maintaining backwards compatibility for simple
package names (e.g., ``pecancelery``).
"""