Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f8e01c6

Browse files
committed
fix docs and fix more tests
1 parent 193fba8 commit f8e01c6

25 files changed

+2
-2
lines changed

doc/api/next_api_changes/deprecations/28074-TS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
The parameter *vert: bool* has been deprecated on `~.Axes.boxplot` and
55
`~.Axes.bxp`.
6-
It will be replaced by *orientation: {"vertical", "horizontal"}* for API
6+
It is replaced by *orientation: {"vertical", "horizontal"}* for API
77
consistency.

doc/users/next_whats_new/boxplot_orientation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33

44
Boxplots have a new parameter *orientation: {"vertical", "horizontal"}*
5-
to change the orientation of the plot. This will replace the deprecated
5+
to change the orientation of the plot. This replaces the deprecated
66
*vert: bool* parameter.
77

88

Loading

0 commit comments

Comments
 (0)