# HG changeset patch
# User Martin Albrecht <malb@informatik.uni-bremen.de>
# Date 1200606194 0
# Node ID 5757f7ff3fe748e8f5167e3d16425abf7147ffdb
# Parent  2e1a3b3eddf22640d6e6a335b0f42ab70b215f43
trivial docstring change s/raise/raised

diff -r 2e1a3b3eddf2 -r 5757f7ff3fe7 sage/rings/fraction_field_element.py
--- a/sage/rings/fraction_field_element.py	Thu Jan 17 21:22:49 2008 +0000
+++ b/sage/rings/fraction_field_element.py	Thu Jan 17 21:43:14 2008 +0000
@@ -345,7 +345,7 @@ class FractionFieldElement(field_element
 
     def __pow__(self, right):
         r"""
-        Returns self raise to the $right^{th}$ power.
+        Returns self raised to the $right^{th}$ power.
 
         Note that we need to check whether or not right is negative so we
         don't set __numerator or __denominator to an element of the
