Skip to content

Commit 77e3b6b

Browse files
authored
Remove duplicated word in regplot doc string (#2720)
1 parent 9425588 commit 77e3b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seaborn/regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ def regplot(
925925
{regplot_vs_lmplot}
926926
927927
928-
It's also easy to combine combine :func:`regplot` and :class:`JointGrid` or
928+
It's also easy to combine :func:`regplot` and :class:`JointGrid` or
929929
:class:`PairGrid` through the :func:`jointplot` and :func:`pairplot`
930930
functions, although these do not directly accept all of :func:`regplot`'s
931931
parameters.

0 commit comments

Comments
 (0)