mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fix grammar and improve clarity for an deprecation message. (GH-105457)
This commit is contained in:
parent
064de0e3fc
commit
f339ec5ddf
1 changed files with 2 additions and 2 deletions
|
@ -98,8 +98,8 @@ class itertools.pairwise "pairwiseobject *" "clinic_state()->pairwise_type"
|
|||
#define ITERTOOL_PICKLE_DEPRECATION \
|
||||
if (PyErr_WarnEx( \
|
||||
PyExc_DeprecationWarning, \
|
||||
"Itertool pickle/copy/deepcopy support " \
|
||||
"will be removed in a Python 3.14.", 1) < 0) { \
|
||||
"Pickle, copy, and deepcopy support will be " \
|
||||
"removed from itertools in Python 3.14.", 1) < 0) { \
|
||||
return NULL; \
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue