summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--numeric.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/numeric.c b/numeric.c
index ab6c3ad27d..4ae5948cf0 100644
--- a/numeric.c
+++ b/numeric.c
@@ -2939,7 +2939,7 @@ int_pow(long x, unsigned long y)
* be negative or fractional.
*
* 2 ** 3 #=> 8
- * 2 ** -1 #=> 0.5
+ * 2 ** -1 #=> (1/2)
* 2 ** 0.5 #=> 1.4142135623731
*/