From 34720a7db13d2e6d6a686e4688e748cb3511125e Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Fri, 1 Feb 2013 23:10:24 +0100 Subject: [PATCH] rst fix --- docs/src/tutorial/clibraries.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/tutorial/clibraries.rst b/docs/src/tutorial/clibraries.rst index 2b6f608..c3409bc 100644 --- a/docs/src/tutorial/clibraries.rst +++ b/docs/src/tutorial/clibraries.rst @@ -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 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): result = cqueue.queue_pop_head_until( -- 2.7.4