diff options
author | Fred Drake <fdrake@acm.org> | 2001-04-11 19:17:11 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-04-11 19:17:11 (GMT) |
commit | eedf985056b8837677c3d839e5858aa88ff9b92b (patch) | |
tree | cb28c277a3287a480c6eacdb638a558c19884b04 /Doc | |
parent | 84ec1f91595410a86abf50f275cb0dc4ff432a95 (diff) | |
download | cpython-eedf985056b8837677c3d839e5858aa88ff9b92b.zip cpython-eedf985056b8837677c3d839e5858aa88ff9b92b.tar.gz cpython-eedf985056b8837677c3d839e5858aa88ff9b92b.tar.bz2 |
Include a synopsis for the chapter overview.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libweakref.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/libweakref.tex b/Doc/lib/libweakref.tex index 6ac7f36..5e6e819 100644 --- a/Doc/lib/libweakref.tex +++ b/Doc/lib/libweakref.tex @@ -2,6 +2,7 @@ Weak references} \declaremodule{extension}{weakref} +\modulesynopsis{Support for weak references and weak dictionaries.} \moduleauthor{Fred L. Drake, Jr.}{fdrake@acm.org} \moduleauthor{Neil Schemenauer}{nas@arctrix.com} \moduleauthor{Martin von L\o"wis}{martin@loewis.home.cs.tu-berlin.de} |