commit | 95a97d59c0317300bfdc0def004ee52e5fcfee66 | [log] [tgz] |
---|---|---|
author | Thomas Heller <theller@ctypes.org> | Wed Oct 08 12:01:33 2003 +0000 |
committer | Thomas Heller <theller@ctypes.org> | Wed Oct 08 12:01:33 2003 +0000 |
tree | 7bdced2bc5312c4096aac68d65f6241a601868d7 | |
parent | f563c8bbac748e7ca9a1127c67831902bccaee02 [diff] |
Fix a typo, discovered by Joonas Paalasmaa. Backported to 2.3
diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex index 87fc984..17db70b 100644 --- a/Doc/dist/dist.tex +++ b/Doc/dist/dist.tex
@@ -555,8 +555,8 @@ \begin{verbatim} Extension(..., - define_macros=[('NDEBUG', '1')], - ('HAVE_STRFTIME', None), + define_macros=[('NDEBUG', '1'), + ('HAVE_STRFTIME', None)], undef_macros=['HAVE_FOO', 'HAVE_BAR']) \end{verbatim}