Skip to content

Commit 6d80981

Browse files
added blank lines for inputs and outputs in documentation
1 parent 43c616c commit 6d80981

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/sage/schemes/projective/projective_subscheme.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1410,10 +1410,12 @@ def global_height(self, prec=None):
14101410
Return the (projective) global height of the subscheme.
14111411
14121412
INPUT:
1413+
14131414
- ``prec`` -- desired floating point precision (default:
14141415
default RealField precision).
14151416
14161417
OUTPUT:
1418+
14171419
- a real number.
14181420
14191421
EXAMPLES::
@@ -1439,11 +1441,14 @@ def local_height(self, v, prec=None):
14391441
Return the (projective) local height of the subscheme.
14401442
14411443
INPUT:
1444+
14421445
- ``v`` -- a prime or prime ideal of the base ring.
1446+
14431447
- ``prec`` -- desired floating point precision (default:
14441448
default RealField precision).
14451449
14461450
OUTPUT:
1451+
14471452
- a real number.
14481453
14491454
EXAMPLES::
@@ -1470,11 +1475,14 @@ def local_height_arch(self, i, prec=None):
14701475
Return the local height at the ``i``-th infinite place of the subscheme.
14711476
14721477
INPUT:
1478+
14731479
- ``i`` -- an integer.
1480+
14741481
- ``prec`` -- desired floating point precision (default:
14751482
default RealField precision).
14761483
14771484
OUTPUT:
1485+
14781486
- a real number.
14791487
14801488
EXAMPLES::

0 commit comments

Comments
 (0)