Skip to content

Commit 32c07c8

Browse files
committed
fix bug number in doc
1 parent b7049bf commit 32c07c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sage/rings/number_field/unit_group.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,8 @@ def __init__(self, number_field, proof=True, S=None):
305305
sage: tuple(US(K(u)) for u in US.gens()) == US.gens()
306306
True
307307
308-
Bug #36386 (pari stack overflow while expanding units)
308+
Bug :issue:`36386` (pari stack overflow while expanding units)::
309+
309310
sage: d = 12936642
310311
sage: K = QuadraticField(d)
311312
sage: K.unit_group(proof=False)

0 commit comments

Comments
 (0)