diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2009-02-05 12:34:07 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2009-02-05 12:34:07 +0200 |
commit | 990bdf1683c6aec9caeadeeb959029dc411935f8 (patch) | |
tree | 391c833f11570525f9da87a81120a5e11ed2b3cd /python/header-py.c | |
parent | 1c3bd7c7ca56acfc4611fb8535acd453c159dc20 (diff) | |
download | librpm-tizen-990bdf1683c6aec9caeadeeb959029dc411935f8.tar.gz librpm-tizen-990bdf1683c6aec9caeadeeb959029dc411935f8.tar.bz2 librpm-tizen-990bdf1683c6aec9caeadeeb959029dc411935f8.zip |
Fix typo in python bindings documentation (Masatake YAMATO)
Diffstat (limited to 'python/header-py.c')
-rw-r--r-- | python/header-py.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/header-py.c b/python/header-py.c index 513083b9e..8ec2cb4e6 100644 --- a/python/header-py.c +++ b/python/header-py.c @@ -85,7 +85,7 @@ * \code * import os, rpm * - * ts = rpm.TranssactionSet() + * ts = rpm.TransactionSet() * fdno = os.open("/tmp/foo-1.0-1.i386.rpm", os.O_RDONLY) * hdr = ts.hdrFromFdno(fdno) * os.close(fdno) |