commit | ccabed35eea413ca48c2babf01afae8a7518f5c7 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Thu Nov 27 19:48:03 2003 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Thu Nov 27 19:48:03 2003 +0000 |
tree | 23a0be91c22cf057570418c1945905619c768445 | |
parent | 94681fc4a35be6a87ceae0daeb687a711699806b [diff] [blame] |
Patch #849350: Update to document bool return values. Backported to 2.3.
diff --git a/Doc/lib/libweakref.tex b/Doc/lib/libweakref.tex index 6536048..4600f0a 100644 --- a/Doc/lib/libweakref.tex +++ b/Doc/lib/libweakref.tex
@@ -186,7 +186,7 @@ >>> r = weakref.ref(o) >>> o2 = r() >>> o is o2 -1 +True \end{verbatim} If the referent no longer exists, calling the reference object returns