File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -404,7 +404,7 @@ def random_state(state=None):
404
404
If receives `None`, returns np.random.
405
405
If receives anything else, raises an informative ValueError.
406
406
407
- ..versionchanged:: 1.1.0
407
+ .. versionchanged:: 1.1.0
408
408
409
409
array-like and BitGenerator (for NumPy>=1.18) object now passed to
410
410
np.random.RandomState() as seed
Original file line number Diff line number Diff line change @@ -8213,7 +8213,7 @@ def cov(
8213
8213
Delta degrees of freedom. The divisor used in calculations
8214
8214
is ``N - ddof``, where ``N`` represents the number of elements.
8215
8215
8216
- versionadded:: 1.1.0
8216
+ .. versionadded:: 1.1.0
8217
8217
8218
8218
Returns
8219
8219
-------
Original file line number Diff line number Diff line change @@ -4809,7 +4809,7 @@ def sample(
4809
4809
random number generator
4810
4810
If np.random.RandomState, use as numpy RandomState object.
4811
4811
4812
- ..versionchanged:: 1.1.0
4812
+ .. versionchanged:: 1.1.0
4813
4813
4814
4814
array-like and BitGenerator (for NumPy>=1.17) object now passed to
4815
4815
np.random.RandomState() as seed
Original file line number Diff line number Diff line change @@ -2342,7 +2342,7 @@ def cov(
2342
2342
Delta degrees of freedom. The divisor used in calculations
2343
2343
is ``N - ddof``, where ``N`` represents the number of elements.
2344
2344
2345
- versionadded:: 1.1.0
2345
+ .. versionadded:: 1.1.0
2346
2346
2347
2347
Returns
2348
2348
-------
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ def hist_series(
67
67
legend : bool, default False
68
68
Whether to show the legend.
69
69
70
- ..versionadded:: 1.1.0
70
+ .. versionadded:: 1.1.0
71
71
72
72
**kwargs
73
73
To be passed to the actual plotting function.
@@ -179,7 +179,7 @@ def hist_frame(
179
179
legend : bool, default False
180
180
Whether to show the legend.
181
181
182
- ..versionadded:: 1.1.0
182
+ .. versionadded:: 1.1.0
183
183
184
184
**kwargs
185
185
All other plotting keyword arguments to be passed to
You can’t perform that action at this time.
0 commit comments