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 @@ -156,7 +156,7 @@ Dictionary Objects
156
156
157
157
.. c :function :: int PyDict_GetItemStringRef (PyObject *p, const char *key, PyObject **result)
158
158
159
- Similar than :c:func: `PyDict_GetItemRef `, but *key * is specified as a
159
+ Similar to :c:func: `PyDict_GetItemRef `, but *key * is specified as a
160
160
:c:expr: `const char* ` UTF-8 encoded bytes string, rather than a
161
161
:c:expr: `PyObject* `.
162
162
@@ -206,7 +206,7 @@ Dictionary Objects
206
206
``NULL ``, and return ``0 ``.
207
207
- On error, raise an exception and return ``-1 ``.
208
208
209
- This is similar to :meth: `dict.pop `, but without the default value and
209
+ Similar to :meth: `dict.pop `, but without the default value and
210
210
not raising :exc: `KeyError ` if the key missing.
211
211
212
212
.. versionadded :: 3.13
You can’t perform that action at this time.
0 commit comments