mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
American spelling in doc string.
This commit is contained in:
parent
db7098cad5
commit
80c2a1674e
1 changed files with 1 additions and 1 deletions
|
@ -86,5 +86,5 @@ PyTypeObject PyType_Type = {
|
|||
0, /*tp_xxx2*/
|
||||
0, /*tp_xxx3*/
|
||||
0, /*tp_xxx4*/
|
||||
"Define the behaviour of a particular type of object.",
|
||||
"Define the behavior of a particular type of object.",
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue