tdb: fix typo in python's Tdb.get() docstring
authorKirill Smelkov <kirr@mns.spb.ru>
Wed, 21 Oct 2009 17:18:55 +0000 (21:18 +0400)
committerStefan Metzmacher <metze@samba.org>
Wed, 16 Dec 2009 07:03:53 +0000 (08:03 +0100)
commit76aacdd8e1106f26565e25903091a757b59cd7e2
treef8ee52cb2be8f5acc986f001720c6873c15d0b7d
parent470750fa2e3cf987f10de48451b1ee13aab03907
tdb: fix typo in python's Tdb.get() docstring

It's Tdb.get(), not Tdb.fetch().

Signed-off-by: Kirill Smelkov <kirr@mns.spb.ru>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
(cherry picked from samba commit cfed5f946de0992a594c189ee3c19cf98e59d380)

Signed-off-by: Stefan Metzmacher <metze@samba.org>
lib/tdb/pytdb.c