Skip to content

Commit 7c2edbb

Browse files
committed
change :: to : in omega docstring
1 parent eac2790 commit 7c2edbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cypari2/gen.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3441,13 +3441,13 @@ cdef class Gen(Gen_base):
34413441
>>> e.omega()
34423442
[1.26920930427955, 0.634604652139777 - 1.45881661693850*I]
34433443
3444-
The precision is determined by the ``ellinit`` call::
3444+
The precision is determined by the ``ellinit`` call:
34453445
34463446
>>> e = pari([0, -1, 1, -10, -20]).ellinit(precision=256)
34473447
>>> e.omega().bitprecision()
34483448
256
34493449
3450-
This also works over quadratic imaginary number fields::
3450+
This also works over quadratic imaginary number fields:
34513451
34523452
>>> e = pari.ellinit([0, -1, 1, -10, -20], "nfinit(y^2 - 2)")
34533453
>>> if pari.version() >= (2, 10, 1):

0 commit comments

Comments
 (0)