From fc37cc1aeab658281cc47c514f4e8e0274c6e079 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 22 Feb 2015 10:10:02 +0530 Subject: [PATCH] ... --- src/css_selectors/parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css_selectors/parser.py b/src/css_selectors/parser.py index 603c18aa51..314cc73a88 100644 --- a/src/css_selectors/parser.py +++ b/src/css_selectors/parser.py @@ -128,7 +128,7 @@ class FunctionalPseudoElement(object): The arguments of the pseudo-element, as a list of tokens. **Note:** tokens are not part of the public API, - and may change between cssselect versions. + and may change between versions. Use at your own risks. """