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

Commit

Permalink
Added one other # indirect doctest.
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Scrimshaw committed Jul 18, 2014
1 parent 2d4dbfb commit f86c030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/schemes/generic/spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def _apply_functor_to_morphism(self, f):
sage: A.<x, y> = GF(7)[]
sage: B.<t> = GF(7)[]
sage: f = A.hom((t^2, t^3))
sage: Spec(f)
sage: Spec(f) # indirect doctest
Affine Scheme morphism:
From: Spectrum of Univariate Polynomial Ring in t over Finite Field of size 7
To: Spectrum of Multivariate Polynomial Ring in x, y over Finite Field of size 7
Expand Down

0 comments on commit f86c030

Please sign in to comment.