Commit 34720a7d authored by Stefan Behnel's avatar Stefan Behnel

rst fix

parent 91f6d7fe
...@@ -553,7 +553,7 @@ signature that we can pass into the C-API function:: ...@@ -553,7 +553,7 @@ signature that we can pass into the C-API function::
The main idea is to pass a pointer (a.k.a. borrowed reference) to the The main idea is to pass a pointer (a.k.a. borrowed reference) to the
function object as the user context argument. We will call the C-API function object as the user context argument. We will call the C-API
function as follows: function as follows::
def pop_until(self, python_predicate_function): def pop_until(self, python_predicate_function):
result = cqueue.queue_pop_head_until( result = cqueue.queue_pop_head_until(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment