[Python-checkins] r76275 - peps/trunk/pep-0345.txt

tarek.ziade python-checkins at python.org
Sun Nov 15 00:56:18 CET 2009


Author: tarek.ziade
Date: Sun Nov 15 00:56:18 2009
New Revision: 76275

Log:
fixed the example

Modified:
   peps/trunk/pep-0345.txt

Modified: peps/trunk/pep-0345.txt
==============================================================================
--- peps/trunk/pep-0345.txt	(original)
+++ peps/trunk/pep-0345.txt	Sun Nov 15 00:56:18 2009
@@ -403,8 +403,8 @@
 
     Examples::
 
-      Requires: C
-      Requires: libpng (>=1.5)
+      Requires-External: C
+      Requires-External: libpng (>=1.5)
 
 
 Copyright


More information about the Python-checkins mailing list