Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Sep 23, 2024
1 parent 0b7bd7f commit b3d571e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/module.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ PyObject *aws_py_get_error_message(PyObject *self, PyObject *args);
PyObject *aws_py_memory_view_from_byte_buffer(struct aws_byte_buf *buf);

/* Python 3.13+ changed the function to get a reference from WeakRef. This function is an abstraction over two different
* methods since we support Python versions before 3.13. */
* APIs since we support Python versions before 3.13. */
PyObject *aws_py_weakref_get_ref(PyObject *object);
/* Release the weakwef provided by the `aws_py_weakref_get_ref`. */
PyObject *aws_py_weakref_release_ref(PyObject *object);
Expand Down

0 comments on commit b3d571e

Please sign in to comment.