Skip to content

Commit

Permalink
Fix argument types in doc comments (capitalone#843)
Browse files Browse the repository at this point in the history
  • Loading branch information
junholee6a authored May 30, 2023
1 parent 94332f0 commit 49c551f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dataprofiler/profilers/numerical_column_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@ def _add_helper_merge_profile_histograms(
Add histogram of two profiles together.
:param other1: profile1 being added to self
:type other1: BaseColumnProfiler
:type other1: NumericStatsMixin
:param other2: profile2 being added to self
:type other2: BaseColumnProfiler
:type other2: NumericStatsMixin
:return: None
"""
# get available bin methods and set to current
Expand Down

0 comments on commit 49c551f

Please sign in to comment.