From 543299ebb0a73c9ee513ac1165ed3732aaa8c94f Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 1 Sep 2017 21:53:08 +0100 Subject: correct spelling mistake --- semantic_version/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/semantic_version/base.py b/semantic_version/base.py index 61d0f6a..5f16f96 100644 --- a/semantic_version/base.py +++ b/semantic_version/base.py @@ -40,7 +40,7 @@ def identifier_cmp(a, b): elif b_is_int: return 1 else: - # Non-numeric identifers are compared lexicographically + # Non-numeric identifiers are compared lexicographically return base_cmp(a_cmp, b_cmp) -- cgit v1.2.1