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

Commit

Permalink
20698: documentation spacing fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Grayson Jorgenson committed May 29, 2016
1 parent b718afa commit d4eb8d4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/sage/schemes/affine/affine_space.py
Expand Up @@ -866,7 +866,7 @@ def curve(self,F):
INPUT:
- ``F`` -- a polynomial, or a list or tuple of polynomials in the coorinate ring
of this affine space.
of this affine space.
EXAMPLES::
Expand Down
5 changes: 3 additions & 2 deletions src/sage/schemes/plane_curves/constructor.py
Expand Up @@ -67,8 +67,9 @@ def Curve(F, A=None):
is projective.
INPUT:
- ``F`` -- a multivariate polynomial, or a list or tuple of polynomials,
or an algebraic scheme.
- ``F`` -- a multivariate polynomial, or a list or tuple of polynomials, or an algebraic scheme.
- ``A`` -- (default: None) an ambient space in which to create the curve.
EXAMPLE: A projective plane curve
Expand Down
2 changes: 1 addition & 1 deletion src/sage/schemes/projective/projective_space.py
Expand Up @@ -1174,7 +1174,7 @@ def curve(self,F):
INPUT:
- ``F`` -- a polynomial, or a list or tuple of polynomials in the coorinate ring
of this projective space.
of this projective space.
EXAMPLES::
Expand Down

0 comments on commit d4eb8d4

Please sign in to comment.