Skip to content

Commit

Permalink
πŸŽ‰ fix failing doctests πŸŽ‰
Browse files Browse the repository at this point in the history
  • Loading branch information
grhkm21 committed Feb 26, 2024
1 parent 3138751 commit 4d248d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sage/schemes/generic/glue.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def gluing_maps(self):
EXAMPLES::
sage: R.<x, y> = QQ[]
sage: S.<xbar, ybar> = R.quotient(x * y - 1)
sage: Rx = QQ["x"]
sage: Ry = QQ["y"]
Expand Down

0 comments on commit 4d248d9

Please sign in to comment.