summaryrefslogtreecommitdiff
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
commit9f9347bc03448f8b93d536f9cd2df8fb496a4c22 (patch)
tree094ffcbfdc23890d0a05a9d8b8b49e434944848a
parent657aa857a5615d953a3f68dd0ded6d4a95e5545e (diff)
downloadsamba-9f9347bc03448f8b93d536f9cd2df8fb496a4c22.tar.gz
Fix typo in docstring.
-rwxr-xr-xsource/python/examples/tdbpack/test_tdbpack.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/python/examples/tdbpack/test_tdbpack.py b/source/python/examples/tdbpack/test_tdbpack.py
index d3364542740..837600f789e 100755
--- a/source/python/examples/tdbpack/test_tdbpack.py
+++ b/source/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()