[Jython-checkins] jython: Fix comment typo.

nicholas.riley jython-checkins at python.org
Wed Mar 21 21:36:54 CET 2012


http://hg.python.org/jython/rev/e7e171b377c3
changeset:   6463:e7e171b377c3
user:        Nicholas Riley <njriley at illinois.edu>
date:        Wed Mar 21 16:36:46 2012 -0400
summary:
  Fix comment typo.

files:
  src/org/python/core/PyString.java |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/src/org/python/core/PyString.java b/src/org/python/core/PyString.java
--- a/src/org/python/core/PyString.java
+++ b/src/org/python/core/PyString.java
@@ -3236,7 +3236,7 @@
                 } else {
                     // Exponential precision is the number of digits after the decimal
                     // point, whereas 'g' precision is the number of significant digits --
-                    // and expontential always provides one significant digit before the
+                    // and exponential always provides one significant digit before the
                     // decimal point
                     precision--;
                     string = formatFloatExponential(arg, (char)(c-2), !altFlag);

-- 
Repository URL: http://hg.python.org/jython


More information about the Jython-checkins mailing list