Skip to content

Commit 4845b0e

Browse files
Apply suggestions from code review
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
1 parent fa94d34 commit 4845b0e

File tree

1 file changed

+1
-1
lines changed
  • Modules/_testlimitedcapi

1 file changed

+1
-1
lines changed

Modules/_testlimitedcapi/set.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ test_frozenset_add_in_capi(PyObject *self, PyObject *Py_UNUSED(obj))
158158
static PyObject *
159159
test_set_contains_does_not_convert_unhashable_key(PyObject *self, PyObject *Py_UNUSED(obj))
160160
{
161-
// see documentation of int PySet_Contains in c-api/set.rst
161+
// See https://docs.python.org/3/c-api/set.html#c.PySet_Contains
162162
PyObject *outer_set = PySet_New(NULL);
163163

164164
PyObject *needle = PySet_New(NULL);

0 commit comments

Comments
 (0)