File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1232,7 +1232,7 @@ and :c:type:`PyType_Type` effectively act as defaults.)
1232
1232
.. note ::
1233
1233
1234
1234
:const: `Py_TPFLAGS_MAPPING ` and :const: `Py_TPFLAGS_SEQUENCE ` are
1235
- mutually exclusive; it is an error enable both flags simultaneously.
1235
+ mutually exclusive; it is an error to enable both flags simultaneously.
1236
1236
1237
1237
**Inheritance: **
1238
1238
@@ -1254,7 +1254,7 @@ and :c:type:`PyType_Type` effectively act as defaults.)
1254
1254
.. note ::
1255
1255
1256
1256
:const: `Py_TPFLAGS_MAPPING ` and :const: `Py_TPFLAGS_SEQUENCE ` are
1257
- mutually exclusive; it is an error enable both flags simultaneously.
1257
+ mutually exclusive; it is an error to enable both flags simultaneously.
1258
1258
1259
1259
**Inheritance: **
1260
1260
You can’t perform that action at this time.
0 commit comments