diff options
Diffstat (limited to 'Doc/lib/libweakref.tex')
-rw-r--r-- | Doc/lib/libweakref.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libweakref.tex b/Doc/lib/libweakref.tex index 6536048639..4600f0a272 100644 --- a/Doc/lib/libweakref.tex +++ b/Doc/lib/libweakref.tex @@ -186,7 +186,7 @@ referent to be obtained, if it still exists, by calling it: >>> r = weakref.ref(o) >>> o2 = r() >>> o is o2 -1 +True \end{verbatim} If the referent no longer exists, calling the reference object returns |