diff options
| author | Fred Drake <fdrake@acm.org> | 2001-06-29 16:25:07 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 2001-06-29 16:25:07 +0000 |
| commit | 0c209047baef050c5a0c7a922a00882301101479 (patch) | |
| tree | 8e903c6f4d5a3be59829b301ecd856f99ff96738 /Doc/lib/libweakref.tex | |
| parent | 58c95391faca28b47a4ebd1bc2f0363fe4bec7c5 (diff) | |
| download | cpython-git-0c209047baef050c5a0c7a922a00882301101479.tar.gz | |
Correct a markup error for an accented character.
Reported by Milan Zamazal <pdm@zamazal.org>.
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 0d92ea9cd1..9062816d2d 100644 --- a/Doc/lib/libweakref.tex +++ b/Doc/lib/libweakref.tex @@ -5,7 +5,7 @@ \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} +\moduleauthor{Martin von L\"owis}{martin@loewis.home.cs.tu-berlin.de} \sectionauthor{Fred L. Drake, Jr.}{fdrake@acm.org} \versionadded{2.1} |
