diff --git a/janitor/functions/utils.py b/janitor/functions/utils.py index 987a176c6..bc007822b 100644 --- a/janitor/functions/utils.py +++ b/janitor/functions/utils.py @@ -657,7 +657,7 @@ def _convert_to_numpy_array( def _process_function(df, arg): """ - process function(s) assigned to `janitor.Column`. + process function(s) assigned to `janitor.col`. """ columns = arg.cols func = arg.func[0]