Skip to content

Commit

Permalink
typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hosseinmoein committed Sep 14, 2024
1 parent 4cbb64a commit 0398d7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/HTML/remove_above_quantile_data.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<td bgcolor="blue"> <font color="white">
<PRE><B>
template&lt;comparable T, typename ... Ts&gt;
DataFrame
void
remove_above_quantile_data(const char *col_name,
double quantile) const;
</B></PRE></font>
Expand All @@ -69,7 +69,7 @@
<td bgcolor="blue"> <font color="white">
<PRE><B>
template&lt;comparable T, typename ... Ts&gt;
DataFrame
void
remove_below_quantile_data(const char *col_name,
double quantile) const;
</B></PRE></font>
Expand Down

0 comments on commit 0398d7a

Please sign in to comment.