[Python-checkins] r75582 - sandbox/trunk/decimal/decimal_in_c/deccoeff.c

mark.dickinson python-checkins at python.org
Wed Oct 21 18:03:20 CEST 2009


Author: mark.dickinson
Date: Wed Oct 21 18:03:19 2009
New Revision: 75582

Log:
Fix typo.

Modified:
   sandbox/trunk/decimal/decimal_in_c/deccoeff.c

Modified: sandbox/trunk/decimal/decimal_in_c/deccoeff.c
==============================================================================
--- sandbox/trunk/decimal/decimal_in_c/deccoeff.c	(original)
+++ sandbox/trunk/decimal/decimal_in_c/deccoeff.c	Wed Oct 21 18:03:19 2009
@@ -1,6 +1,5 @@
 /*
- * 'deccoeff' is a Python extension module that exports two a single class,
- * 'Deccoeff'.
+ * 'deccoeff' is a Python extension module that exports the 'Deccoeff' class.
  *
  * deccoeff.Deccoeff is a class implementing arbitrary-precision unsigned
  * integer arithmetic in a decimal base.  In addition to the usual arithmetic


More information about the Python-checkins mailing list