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

Commit

Permalink
Added missing doctest.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmasdeu committed Jun 29, 2016
1 parent d11150c commit 31a3e87
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/sage/schemes/elliptic_curves/padics.py
Expand Up @@ -75,6 +75,11 @@ def _normalize_padic_lseries(self, p, normalize, use_eclib, implementation, prec
TESTS::
sage: from sage.schemes.elliptic_curves.padics import _normalize_padic_lseries
sage: u = _normalize_padic_lseries(None, 5, None, None, 'sage', 10)
sage: v = _normalize_padic_lseries(None, 5, "L_ratio", None, 'sage', 10)
sage: u == v
True
"""
if use_eclib is not None:
from sage.misc.superseded import deprecation
Expand Down

0 comments on commit 31a3e87

Please sign in to comment.