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):
16
16
INPUT:
17
17
18
18
19
- - ``f`` - open immersion from a scheme `U` to a scheme
19
+ - ``f`` -- open immersion from a scheme `U` to a scheme
20
20
`X`
21
21
22
- - ``g`` - open immersion from `U` to a scheme `Y`
22
+ - ``g`` -- open immersion from `U` to a scheme `Y`
23
23
24
24
25
25
OUTPUT: The scheme obtained by gluing `X` and `Y` along the open set
26
26
`U`.
27
27
28
- .. note ::
28
+ .. NOTE ::
29
29
30
30
Checking that `f` and `g` are open
31
31
immersions is not implemented.
@@ -62,6 +62,7 @@ def gluing_maps(self):
62
62
Return the gluing maps of this glued scheme, i.e. the maps `f` and `g`.
63
63
64
64
EXAMPLES::
65
+
65
66
sage: S.<xbar, ybar> = R.quotient(x * y - 1)
66
67
sage: Rx = QQ["x"]
67
68
sage: Ry = QQ["y"]
You can’t perform that action at this time.
0 commit comments