Fix whitespace in Python doc string
authorFlorian Festi <ffesti@redhat.com>
Mon, 7 Mar 2011 19:53:15 +0000 (20:53 +0100)
committerFlorian Festi <ffesti@redhat.com>
Thu, 10 Mar 2011 12:37:25 +0000 (13:37 +0100)
python/rpmts-py.c

index 54a141b..cabea1c 100644 (file)
@@ -713,7 +713,7 @@ static struct PyMethodDef rpmts_methods[] = {
 - Create a match iterator for the default transaction rpmdb.\n" },
  {"dbIndex",     (PyCFunction) rpmts_index,    METH_VARARGS|METH_KEYWORDS,
 "ts.dbIndex(TagN) -> ii\n\
--Create a key iterator for the default transaction rpmdb.\n" },
+- Create a key iterator for the default transaction rpmdb.\n" },
     {NULL,             NULL}           /* sentinel */
 };