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

Commit f65afd0

Browse files
committed
Change docstring formatting
1 parent 5bfd169 commit f65afd0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/sage/rings/qqbar.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5141,7 +5141,9 @@ class AlgebraicNumberPowQQAction(Action):
51415141
real and `b` is odd, take the real `b`'th root; otherwise take
51425142
the principal `b`'th root.
51435143
5144-
EXAMPLES in ``QQbar``::
5144+
EXAMPLES:
5145+
5146+
In ``QQbar``::
51455147
51465148
sage: QQbar(2)^(1/2)
51475149
1.414213562373095?
@@ -5178,7 +5180,7 @@ class AlgebraicNumberPowQQAction(Action):
51785180
sage: (QQbar.zeta(7)^6)^(1/3) * QQbar.zeta(21)
51795181
1.000000000000000? + 0.?e-17*I
51805182
5181-
EXAMPLES in ``AA``::
5183+
In ``AA``::
51825184
51835185
sage: AA(2)^(1/2)
51845186
1.414213562373095?

0 commit comments

Comments
 (0)