File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,16 @@ class GluedScheme(scheme.Scheme):
1616 INPUT:
1717
1818
19- - ``f`` - open immersion from a scheme `U` to a scheme
19+ - ``f`` -- open immersion from a scheme `U` to a scheme
2020 `X`
2121
22- - ``g`` - open immersion from `U` to a scheme `Y`
22+ - ``g`` -- open immersion from `U` to a scheme `Y`
2323
2424
2525 OUTPUT: The scheme obtained by gluing `X` and `Y` along the open set
2626 `U`.
2727
28- .. note ::
28+ .. NOTE ::
2929
3030 Checking that `f` and `g` are open
3131 immersions is not implemented.
@@ -62,6 +62,7 @@ def gluing_maps(self):
6262 Return the gluing maps of this glued scheme, i.e. the maps `f` and `g`.
6363
6464 EXAMPLES::
65+
6566 sage: S.<xbar, ybar> = R.quotient(x * y - 1)
6667 sage: Rx = QQ["x"]
6768 sage: Ry = QQ["y"]
You can’t perform that action at this time.
0 commit comments