Skip to content

Commit

Permalink
Fix doctests in AffineSchemes.
Browse files Browse the repository at this point in the history
  • Loading branch information
HechtiDerLachs committed Sep 30, 2024
1 parent 01d7ee9 commit e11b048
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Affine scheme morphism
from [x1, x2, x3] scheme(x1)
to [x1, x2, x3] affine 3-space over QQ
given by the pullback function
x1 -> 0
x1 -> x1
x2 -> x2
x3 -> x3
Expand Down Expand Up @@ -95,7 +95,7 @@ Affine scheme morphism
from [x1, x2, x3] scheme(x1)
to [x1, x2, x3] affine 3-space over QQ
given by the pullback function
x1 -> 0
x1 -> x1
x2 -> x2
x3 -> x3
Expand Down Expand Up @@ -143,7 +143,7 @@ Ring homomorphism
from multivariate polynomial ring in 3 variables over QQ
to quotient of multivariate polynomial ring by ideal (x1)
defined by
x1 -> 0
x1 -> x1
x2 -> x2
x3 -> x3
```
Expand Down Expand Up @@ -254,7 +254,7 @@ Affine scheme morphism
from [x1, x2, x3] scheme(x1)
to [x1, x2, x3] affine 3-space over QQ
given by the pullback function
x1 -> 0
x1 -> x1
x2 -> x2
x3 -> x3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Affine scheme morphism
from [x1, x2, x3] scheme(x1)
to [x1, x2, x3] affine 3-space over QQ
given by the pullback function
x1 -> 0
x1 -> x1
x2 -> x2
x3 -> x3
Expand Down Expand Up @@ -181,7 +181,7 @@ Affine scheme morphism
from [x1, x2, x3] scheme(x1)
to [x1, x2, x3] affine 3-space over QQ
given by the pullback function
x1 -> 0
x1 -> x1
x2 -> x2
x3 -> x3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ Affine scheme morphism
from [x, y] scheme(x)
to [x, y] affine 2-space over QQ
given by the pullback function
x -> 0
x -> x
y -> y
julia> inc == inclusion_morphism(Y, X)
Expand Down

0 comments on commit e11b048

Please sign in to comment.