diff --git a/workflow/util.py b/workflow/util.py index ab5e9548..cceec45e 100644 --- a/workflow/util.py +++ b/workflow/util.py @@ -125,7 +125,7 @@ def utf8ify(s): .. versionadded:: 1.31 - Returns `str` objects unchanced, encodes `unicode` objects to + Returns `str` objects unchanged, encodes `unicode` objects to UTF-8, and calls :func:`str` on anything else. Args: