diff options
author | Fred Drake <fdrake@acm.org> | 2004-08-02 21:50:26 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2004-08-02 21:50:26 (GMT) |
commit | e72bd4d621f9614c38988c491a8309833db64950 (patch) | |
tree | 7bd6830189304a72c5099a4643502e7623812650 /Doc/whatsnew | |
parent | 0c84c7f915b2353d036fcb5a5308008f885e33ec (diff) | |
download | cpython-e72bd4d621f9614c38988c491a8309833db64950.zip cpython-e72bd4d621f9614c38988c491a8309833db64950.tar.gz cpython-e72bd4d621f9614c38988c491a8309833db64950.tar.bz2 |
fix markup error
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/whatsnew24.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex index 58a0a3c..707527f 100644 --- a/Doc/whatsnew/whatsnew24.tex +++ b/Doc/whatsnew/whatsnew24.tex @@ -317,7 +317,7 @@ compatibility with whatever syntax is used in 2.4final. \seepep{318}{Decorators for Functions, Methods and Classes}{Written by Kevin D. Smith, Jim Jewett, and Skip Montanaro. Several people wrote patches implementing function decorators, but the one that was -actually checked in was patch #979728, written by Mark Russell.} +actually checked in was patch \#979728, written by Mark Russell.} \end{seealso} %====================================================================== |