Changeset 8076:6e4115ba4970


Ignore:
Timestamp:
01/17/08 13:43:14 (5 years ago)
Author:
Martin Albrecht <malb@…>
Branch:
default
Message:

trivial docstring change s/raise/raised

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sage/rings/fraction_field_element.py

    r8073 r8076  
    346346    def __pow__(self, right): 
    347347        r""" 
    348         Returns self raise to the $right^{th}$ power. 
     348        Returns self raised to the $right^{th}$ power. 
    349349 
    350350        Note that we need to check whether or not right is negative so we 
Note: See TracChangeset for help on using the changeset viewer.