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

Commit

Permalink
small mistake in docstests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Kliem committed Nov 23, 2019
1 parent d46d6bb commit 9a1bce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/rings/number_field/number_field_base.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ cdef class NumberField(Field):
sage: K.<cbrt2> = NumberField(x^3 - 2, embedding=AA(2)**(1/3))
sage: (cbrt2 + a) * b
4.231287179063857?
sage: sqrt2 + QQbar(-3).sqrt()
sage: b + QQbar(-3).sqrt()
1.414213562373095? + 1.732050807568878?*I
Pushout is implemented for number field embedded in ``QQbar``::
Expand Down

0 comments on commit 9a1bce3

Please sign in to comment.