From 7cd6cf4a3886e9540c7fec3f9e03b95b27421775 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Thu, 27 Feb 2020 20:23:57 +1100 Subject: [PATCH] Fix simple typo: compatibilty -> compatibility Closes #25 --- wordpress/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wordpress/views.py b/wordpress/views.py index 756fe51..a90acc3 100644 --- a/wordpress/views.py +++ b/wordpress/views.py @@ -146,7 +146,7 @@ class TermArchive(generic.list.ListView): # # *** DEPRECATED *** -# Method-based views for compatibilty with older code. +# Method-based views for compatibility with older code. # deprecation_msg = "Method-based views are deprecated and will be removed in a near-future version."