Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit ed59c28

Browse files
author
Matthias Koeppe
committed
src/sage/categories/pushout.py: Fix typo in doctest
1 parent 595f99a commit ed59c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/categories/pushout.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3299,7 +3299,7 @@ def merge(self, other):
32993299
33003300
sage: cbrt2 = CDF(2)^(1/3)
33013301
sage: zeta3 = CDF.zeta(3)
3302-
sage: K.<a> = NumberField(x^3-2, embedding=cbrt2 * zera3)
3302+
sage: K.<a> = NumberField(x^3-2, embedding=cbrt2 * zeta3)
33033303
sage: L.<b> = NumberField(x^6-2, embedding=1.1)
33043304
sage: L.coerce_map_from(K)
33053305
sage: K.coerce_map_from(L)

0 commit comments

Comments
 (0)