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. """