@@ -10701,11 +10701,12 @@ def merge_dicts(*dicts):
10701
10701
10702
10702
Keyword args:
10703
10703
correction (int): difference between the sample size and sample degrees of freedom.
10704
- Defaults to `Bessel's correction`_, ``correction=1``.
10705
- .. versionchanged:: 1.14
10706
- Previously this argument was called ``unbiased`` and was a boolean with
10707
- ``True`` corresponding to ``correction=1`` and ``False`` being ``correction=0``.
10704
+ Defaults to `Bessel's correction`_, ``correction=1``.
10708
10705
10706
+ .. versionchanged:: 2.0
10707
+ Previously this argument was called ``unbiased`` and was a boolean
10708
+ with ``True`` corresponding to ``correction=1`` and ``False`` being
10709
+ ``correction=0``.
10709
10710
{keepdim}
10710
10711
{out}
10711
10712
@@ -10757,10 +10758,12 @@ def merge_dicts(*dicts):
10757
10758
10758
10759
Keyword args:
10759
10760
correction (int): difference between the sample size and sample degrees of freedom.
10760
- Defaults to `Bessel's correction`_, ``correction=1``.
10761
- .. versionchanged:: 1.14
10762
- Previously this argument was called ``unbiased`` and was a boolean with
10763
- ``True`` corresponding to ``correction=1`` and ``False`` being ``correction=0``.
10761
+ Defaults to `Bessel's correction`_, ``correction=1``.
10762
+
10763
+ .. versionchanged:: 2.0
10764
+ Previously this argument was called ``unbiased`` and was a boolean
10765
+ with ``True`` corresponding to ``correction=1`` and ``False`` being
10766
+ ``correction=0``.
10764
10767
{keepdim}
10765
10768
{out}
10766
10769
@@ -12175,10 +12178,12 @@ def merge_dicts(*dicts):
12175
12178
12176
12179
Keyword args:
12177
12180
correction (int): difference between the sample size and sample degrees of freedom.
12178
- Defaults to `Bessel's correction`_, ``correction=1``.
12179
- .. versionchanged:: 1.14
12180
- Previously this argument was called ``unbiased`` and was a boolean with
12181
- ``True`` corresponding to ``correction=1`` and ``False`` being ``correction=0``.
12181
+ Defaults to `Bessel's correction`_, ``correction=1``.
12182
+
12183
+ .. versionchanged:: 2.0
12184
+ Previously this argument was called ``unbiased`` and was a boolean
12185
+ with ``True`` corresponding to ``correction=1`` and ``False`` being
12186
+ ``correction=0``.
12182
12187
{keepdim}
12183
12188
{out}
12184
12189
@@ -12229,10 +12234,12 @@ def merge_dicts(*dicts):
12229
12234
12230
12235
Keyword args:
12231
12236
correction (int): difference between the sample size and sample degrees of freedom.
12232
- Defaults to `Bessel's correction`_, ``correction=1``.
12233
- .. versionchanged:: 1.14
12234
- Previously this argument was called ``unbiased`` and was a boolean with
12235
- ``True`` corresponding to ``correction=1`` and ``False`` being ``correction=0``.
12237
+ Defaults to `Bessel's correction`_, ``correction=1``.
12238
+
12239
+ .. versionchanged:: 2.0
12240
+ Previously this argument was called ``unbiased`` and was a boolean
12241
+ with ``True`` corresponding to ``correction=1`` and ``False`` being
12242
+ ``correction=0``.
12236
12243
{keepdim}
12237
12244
{out}
12238
12245
0 commit comments