Commit 95a97d59 authored by Thomas Heller's avatar Thomas Heller

Fix a typo, discovered by Joonas Paalasmaa.

Backported to 2.3
parent f563c8bb
...@@ -555,8 +555,8 @@ For example: ...@@ -555,8 +555,8 @@ For example:
\begin{verbatim} \begin{verbatim}
Extension(..., Extension(...,
define_macros=[('NDEBUG', '1')], define_macros=[('NDEBUG', '1'),
('HAVE_STRFTIME', None), ('HAVE_STRFTIME', None)],
undef_macros=['HAVE_FOO', 'HAVE_BAR']) undef_macros=['HAVE_FOO', 'HAVE_BAR'])
\end{verbatim} \end{verbatim}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment