Skip to content

Commit

Permalink
Slight changes to docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
clee1152 committed Aug 1, 2023
1 parent 5da4701 commit b6473a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dataprofiler/profilers/profiler_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,10 @@ def auto_multiprocess_toggle(
:param data: a dataset
:type data: pandas.DataFrame
:param num_rows_threshold: threshold for number of rows to
use multiprocessors
use multiprocess
:type num_rows_threshold: int
:param num_cols_threshold: threshold for number of columns
to use multiprocessors
to use multiprocess
:type num_cols_threshold: int
:return: recommended option.multiprocess.is_enabled value
:rtype: bool
Expand Down

0 comments on commit b6473a6

Please sign in to comment.