File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ static PyObject *PyFT2Image_draw_rect(PyFT2Image *self, PyObject *args)
73
73
{
74
74
char const * msg =
75
75
" FT2Image.draw_rect is deprecated since Matplotlib 3.8 and will be removed "
76
- " in Matplotlib 3.10 releases later as it is not used in the library. "
77
- " If you rely on it, please let us know." ;
76
+ " in Matplotlib 3.10 as it is not used in the library. If you rely on it, "
77
+ " please let us know." ;
78
78
if (PyErr_WarnEx (PyExc_DeprecationWarning, msg, 1 )) {
79
79
return NULL ;
80
80
}
@@ -838,8 +838,8 @@ const char *PyFT2Font_get_xys__doc__ =
838
838
static PyObject *PyFT2Font_get_xys (PyFT2Font *self, PyObject *args, PyObject *kwds)
839
839
{
840
840
char const * msg =
841
- " FT2Font.get_xys is deprecated since Matplotlib 3.8 and will be removed two "
842
- " meso releases later as it is not used in the library. If you rely on it, "
841
+ " FT2Font.get_xys is deprecated since Matplotlib 3.8 and will be removed in "
842
+ " Matplotlib 3.10 as it is not used in the library. If you rely on it, "
843
843
" please let us know." ;
844
844
if (PyErr_WarnEx (PyExc_DeprecationWarning, msg, 1 )) {
845
845
return NULL ;
You can’t perform that action at this time.
0 commit comments