From d797c7986e071acbdecfab934fa7daac0a8321df Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 19 Nov 2002 01:02:43 +0000 Subject: Fix typo in docstring. (This used to be commit 9f9347bc03448f8b93d536f9cd2df8fb496a4c22) --- source3/python/examples/tdbpack/test_tdbpack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/python') 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() -- cgit