Including the function name in the error message is misleading.
"TypeError: print() argument after * must be an iterable, not int"
implies that the error is related to `print`. It is not; the error is
entirely on the caller's side. The object being called is irrelevant.