From 95a97d59c0317300bfdc0def004ee52e5fcfee66 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Wed, 8 Oct 2003 12:01:33 +0000 Subject: Fix a typo, discovered by Joonas Paalasmaa. Backported to 2.3 --- Doc/dist/dist.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 @@ For example: \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} -- cgit v0.12