From f5c16bf55136202b4b955104c6f33e210ead32c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Tue, 26 Jul 2016 20:03:59 +0300 Subject: Spelling fixes --- bs4/element.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bs4/element.py') diff --git a/bs4/element.py b/bs4/element.py index 5a3665e..b100d18 100644 --- a/bs4/element.py +++ b/bs4/element.py @@ -649,7 +649,7 @@ class PageElement(object): return lambda el: el._attr_value_as_string( attribute, '').startswith(value) elif operator == '$': - # string represenation of `attribute` ends with `value` + # string representation of `attribute` ends with `value` return lambda el: el._attr_value_as_string( attribute, '').endswith(value) elif operator == '*': -- cgit v1.2.3