From d4eb8d44b2e878582e19eafae0261b0214704a6c Mon Sep 17 00:00:00 2001 From: Grayson Jorgenson Date: Sat, 28 May 2016 21:07:16 -0400 Subject: [PATCH] 20698: documentation spacing fixes. --- src/sage/schemes/affine/affine_space.py | 2 +- src/sage/schemes/plane_curves/constructor.py | 5 +++-- src/sage/schemes/projective/projective_space.py | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/sage/schemes/affine/affine_space.py b/src/sage/schemes/affine/affine_space.py index 09db696631b..516d15e63ef 100644 --- a/src/sage/schemes/affine/affine_space.py +++ b/src/sage/schemes/affine/affine_space.py @@ -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:: diff --git a/src/sage/schemes/plane_curves/constructor.py b/src/sage/schemes/plane_curves/constructor.py index c835a38cff9..7ce6d958955 100644 --- a/src/sage/schemes/plane_curves/constructor.py +++ b/src/sage/schemes/plane_curves/constructor.py @@ -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 diff --git a/src/sage/schemes/projective/projective_space.py b/src/sage/schemes/projective/projective_space.py index fe480ab2171..b10c24e7477 100644 --- a/src/sage/schemes/projective/projective_space.py +++ b/src/sage/schemes/projective/projective_space.py @@ -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::