diff options
author | Fred Drake <fdrake@acm.org> | 2001-06-29 16:24:47 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-06-29 16:24:47 (GMT) |
commit | 746977146ed56a5539357b1595b52045e0b17d75 (patch) | |
tree | d4efbb0911998330e4c31ad0748534e3b7bd2bab | |
parent | db9e1cbe2998d0b07651ace805dfd8a03157aaa9 (diff) | |
download | cpython-746977146ed56a5539357b1595b52045e0b17d75.zip cpython-746977146ed56a5539357b1595b52045e0b17d75.tar.gz cpython-746977146ed56a5539357b1595b52045e0b17d75.tar.bz2 |
Correct a markup error for an accented character.
Reported by Milan Zamazal <pdm@zamazal.org>.
-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} |