[Python-checkins] r82644 - python/branches/py3k/Modules/mathmodule.c

ezio.melotti python-checkins at python.org
Thu Jul 8 17:03:02 CEST 2010


Author: ezio.melotti
Date: Thu Jul  8 17:03:02 2010
New Revision: 82644

Log:
Fix typo in a comment in mathmodule.c.

Modified:
   python/branches/py3k/Modules/mathmodule.c

Modified: python/branches/py3k/Modules/mathmodule.c
==============================================================================
--- python/branches/py3k/Modules/mathmodule.c	(original)
+++ python/branches/py3k/Modules/mathmodule.c	Thu Jul  8 17:03:02 2010
@@ -1170,7 +1170,7 @@
  * http://www.luschny.de/math/factorial/binarysplitfact.html
  *
  * Faster algorithms exist, but they're more complicated and depend on
- * a fast prime factoriazation algorithm.
+ * a fast prime factorization algorithm.
  *
  * Notes on the algorithm
  * ----------------------


More information about the Python-checkins mailing list