diff options
author | Florian Festi <ffesti@redhat.com> | 2011-03-07 20:53:15 +0100 |
---|---|---|
committer | Florian Festi <ffesti@redhat.com> | 2011-03-10 13:37:25 +0100 |
commit | e6d66aab71b0f9345a6ad49e6b522ac788fd6f28 (patch) | |
tree | 28b3a2b9827395de8b3c73b27b96c6f484cc81fc | |
parent | 805f7fd5af6fb4527f8487049565437a4ab11ecd (diff) | |
download | librpm-tizen-e6d66aab71b0f9345a6ad49e6b522ac788fd6f28.tar.gz librpm-tizen-e6d66aab71b0f9345a6ad49e6b522ac788fd6f28.tar.bz2 librpm-tizen-e6d66aab71b0f9345a6ad49e6b522ac788fd6f28.zip |
Fix whitespace in Python doc string
-rw-r--r-- | python/rpmts-py.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/rpmts-py.c b/python/rpmts-py.c index 54a141be8..cabea1c90 100644 --- a/python/rpmts-py.c +++ b/python/rpmts-py.c @@ -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 */ }; |