Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
rremoved trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bhutz committed Sep 15, 2014
1 parent c92eb76 commit f603579
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/sage/schemes/affine/affine_morphism.py
Expand Up @@ -641,15 +641,14 @@ def orbit_structure(self, P):
sage: f = H([x^2 - 1, y^2])
sage: f.orbit_structure(A(2,3))
[1, 6]
::
sage: A.<x,y,z> = AffineSpace(GF(49, 't'),3)
sage: H = Hom(A,A)
sage: f = H([x^2 - z, x - y + z, y^2 - x^2])
sage: f.orbit_structure(A(1,1,2))
[7, 6]
"""
return(P.orbit_structure(self))

Expand Down

0 comments on commit f603579

Please sign in to comment.