X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/fefdce4e24f9e397df5538fe6e7f54b5ece4d841..716a9ab552bffbb7df2cb31ae41ee196902c7653:/src/librarian/functions.py diff --git a/src/librarian/functions.py b/src/librarian/functions.py index e5a47d6..00f1f6e 100644 --- a/src/librarian/functions.py +++ b/src/librarian/functions.py @@ -69,7 +69,10 @@ def reg_ends_white(): def reg_wrap_words(): def wrap_words(context, text, wrapping): - """XPath extension function automatically wrapping words in passed text""" + """ + XPath extension function automatically wrapping words + in passed text. + """ if isinstance(text, list): text = ''.join(text) if not wrapping: