Review: a few fixes
[pyi2ncommon] / src / text_helpers.py
index cd33cf0..45680a8 100644 (file)
@@ -242,7 +242,7 @@ def print(text, *args, **kwargs):           # pylint: disable=redefined-builtin
     """ like the builtin print function but also accepts color args
 
     If any arg of :py:func:`colored` is given in `kwargs`, will run text with
-    color-args through that function. Runs built-in :py:builtin:`print`
+    color-args through that function. Runs built-in :py:func:`print`
     function with result and other args.
 
     ...todo:: color all args, not just first