diff options
author | Fred Drake <fdrake@acm.org> | 2001-06-29 16:25:07 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-06-29 16:25:07 (GMT) |
commit | 0c209047baef050c5a0c7a922a00882301101479 (patch) | |
tree | 8e903c6f4d5a3be59829b301ecd856f99ff96738 /Doc | |
parent | 58c95391faca28b47a4ebd1bc2f0363fe4bec7c5 (diff) | |
download | cpython-0c209047baef050c5a0c7a922a00882301101479.zip cpython-0c209047baef050c5a0c7a922a00882301101479.tar.gz cpython-0c209047baef050c5a0c7a922a00882301101479.tar.bz2 |
Correct a markup error for an accented character.
Reported by Milan Zamazal <pdm@zamazal.org>.
Diffstat (limited to 'Doc')
-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 0d92ea9..9062816 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} |