summaryrefslogtreecommitdiff
path: root/python/header-py.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2009-02-05 12:34:07 +0200
committerPanu Matilainen <pmatilai@redhat.com>2009-02-05 12:34:07 +0200
commit990bdf1683c6aec9caeadeeb959029dc411935f8 (patch)
tree391c833f11570525f9da87a81120a5e11ed2b3cd /python/header-py.c
parent1c3bd7c7ca56acfc4611fb8535acd453c159dc20 (diff)
downloadlibrpm-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.c2
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)