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

Commit

Permalink
follow doc formatting convention
Browse files Browse the repository at this point in the history
  • Loading branch information
yyyyx4 committed Jan 31, 2022
1 parent 741f1db commit 07045c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/sage/schemes/elliptic_curves/ell_field.py
Original file line number Diff line number Diff line change
Expand Up @@ -1189,10 +1189,10 @@ def weierstrass_p(self, prec=20, algorithm=None):
- ``prec`` -- precision
- ``algorithm`` -- string or (default) ``None``: an algorithm
identifier indicating the ``pari``, ``fast`` or ``quadratic``
algorithm. If the algorithm is ``None``, then this function
determines the best algorithm to use.
- ``algorithm`` -- string (default: ``None``): an algorithm
identifier indicating the ``"pari"``, ``"fast"`` or
``"quadratic"`` algorithm. If the algorithm is ``None``,
then this function determines the best algorithm to use.
OUTPUT:
Expand Down
8 changes: 4 additions & 4 deletions src/sage/schemes/elliptic_curves/ell_wp.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ def weierstrass_p(E, prec=20, algorithm=None):
- ``prec`` -- precision
- ``algorithm`` -- string or (default) ``None``: an algorithm
identifier indicating the ``pari``, ``fast`` or ``quadratic``
algorithm. If the algorithm is ``None``, then this function
determines the best algorithm to use.
- ``algorithm`` -- string (default: ``None``): an algorithm
identifier indicating the ``"pari"``, ``"fast"`` or
``"quadratic"`` algorithm. If the algorithm is ``None``,
then this function determines the best algorithm to use.
OUTPUT:
Expand Down

0 comments on commit 07045c2

Please sign in to comment.