summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libbsddb.tex
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2003-12-07 13:00:25 (GMT)
committerRaymond Hettinger <python@rcn.com>2003-12-07 13:00:25 (GMT)
commitff294fea40daa2987aa9913f4724b97c0ec2c375 (patch)
tree7acd917c123d7132d23a183461a278af10b35833 /Doc/lib/libbsddb.tex
parente180307c10ff9ddc3da73798e1130b1ac68c8fdf (diff)
downloadcpython-ff294fea40daa2987aa9913f4724b97c0ec2c375.zip
cpython-ff294fea40daa2987aa9913f4724b97c0ec2c375.tar.gz
cpython-ff294fea40daa2987aa9913f4724b97c0ec2c375.tar.bz2
SF patch #855195: fix typos
(Contributed by George Yoshida.)
Diffstat (limited to 'Doc/lib/libbsddb.tex')
-rw-r--r--Doc/lib/libbsddb.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libbsddb.tex b/Doc/lib/libbsddb.tex
index f625dab..d22be06 100644
--- a/Doc/lib/libbsddb.tex
+++ b/Doc/lib/libbsddb.tex
@@ -191,7 +191,7 @@ Example:
7 49
8 64
9 81
->>> 8 in db
+>>> '8' in db
True
>>> db.sync()
0