From 826edb3e50a8742384c8667913113c0a5c4fdc8d Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Thu, 20 Dec 2012 18:16:30 +0100 Subject: [PATCH] doc --- src/python/recoll/pyrecoll.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/python/recoll/pyrecoll.cpp b/src/python/recoll/pyrecoll.cpp index aa702dcf..9676b808 100644 --- a/src/python/recoll/pyrecoll.cpp +++ b/src/python/recoll/pyrecoll.cpp @@ -930,7 +930,7 @@ Query_fetchone(recoll_QueryObject* self, PyObject *, PyObject *) PyDoc_STRVAR(doc_Query_highlight, -"highlight(text, ishtml = 0/1, eolbr = 0/1, methods = object))\n" +"highlight(text, ishtml = 0/1, methods = object))\n" "Will insert tags around the match areas\n" "in the input text and return the modified text\n" "ishtml can be set to indicate that the input text is html and html special\n" @@ -1036,7 +1036,7 @@ PyDoc_STRVAR(doc_Query_makedocabstract, static PyObject * Query_makedocabstract(recoll_QueryObject* self, PyObject *args,PyObject *kwargs) { - LOGDEB(("Db_makeDocAbstract\n")); + LOGDEB(("Query_makeDocAbstract\n")); static const char *kwlist[] = {"doc", "methods", NULL}; recoll_DocObject *pydoc = 0; PyObject *hlmethods = 0;