summaryrefslogtreecommitdiff
path: root/source3/python
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-11-19 01:02:43 +0000
committerTim Potter <tpot@samba.org>2002-11-19 01:02:43 +0000
commitd797c7986e071acbdecfab934fa7daac0a8321df (patch)
treec992e17df40780d0837dd964d7f651dded03df5b /source3/python
parentb49e3ed0b5709a730f25c76f4eb1166a1312d9f9 (diff)
downloadsamba-d797c7986e071acbdecfab934fa7daac0a8321df.tar.gz
samba-d797c7986e071acbdecfab934fa7daac0a8321df.tar.bz2
samba-d797c7986e071acbdecfab934fa7daac0a8321df.zip
Fix typo in docstring.
(This used to be commit 9f9347bc03448f8b93d536f9cd2df8fb496a4c22)
Diffstat (limited to 'source3/python')
-rwxr-xr-xsource3/python/examples/tdbpack/test_tdbpack.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/python/examples/tdbpack/test_tdbpack.py b/source3/python/examples/tdbpack/test_tdbpack.py
index d336454274..837600f789 100755
--- a/source3/python/examples/tdbpack/test_tdbpack.py
+++ b/source3/python/examples/tdbpack/test_tdbpack.py
@@ -1,6 +1,6 @@
#! /usr/bin/env python2.2
-__doc__ = """test case for samba.tdbkpack functions
+__doc__ = """test case for samba.tdbpack functions
tdbpack provides a means of pickling values into binary formats
compatible with that used by the samba tdbpack()/tdbunpack()