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 @@ -1233,7 +1233,7 @@ and :c:type:`PyType_Type` effectively act as defaults.)
1233
1233
.. note ::
1234
1234
1235
1235
:const: `Py_TPFLAGS_MAPPING ` and :const: `Py_TPFLAGS_SEQUENCE ` are
1236
- mutually exclusive; it is an error enable both flags simultaneously.
1236
+ mutually exclusive; it is an error to enable both flags simultaneously.
1237
1237
1238
1238
**Inheritance: **
1239
1239
@@ -1255,7 +1255,7 @@ and :c:type:`PyType_Type` effectively act as defaults.)
1255
1255
.. note ::
1256
1256
1257
1257
:const: `Py_TPFLAGS_MAPPING ` and :const: `Py_TPFLAGS_SEQUENCE ` are
1258
- mutually exclusive; it is an error enable both flags simultaneously.
1258
+ mutually exclusive; it is an error to enable both flags simultaneously.
1259
1259
1260
1260
**Inheritance: **
1261
1261
You can’t perform that action at this time.
0 commit comments