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
156156
157157.. c :function :: int PyDict_GetItemStringRef (PyObject *p, const char *key, PyObject **result)
158158
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
160160 :c:expr: `const char* ` UTF-8 encoded bytes string, rather than a
161161 :c:expr: `PyObject* `.
162162
@@ -206,7 +206,7 @@ Dictionary Objects
206206 ``NULL ``, and return ``0 ``.
207207 - On error, raise an exception and return ``-1 ``.
208208
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
210210 not raising :exc: `KeyError ` if the key missing.
211211
212212 .. versionadded :: 3.13
You can’t perform that action at this time.
0 commit comments