Skip to content

Commit 6c25ac7

Browse files
authored
correct a wrong change to :trac:
1 parent ee290ef commit 6c25ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/misc/lazy_import.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,7 @@ def lazy_import(module, names, as_=None, *,
10711071
doctest:...: DeprecationWarning:
10721072
10731073
Importing my_Qp from here is deprecated; please use "from sage.all import Qp as my_Qp" instead.
1074-
See :trac:`14275` for details.
1074+
See https://github.com/sagemath/sage/issues/14275 for details.
10751075
10761076
5-adic Field with capped relative precision 20
10771077

0 commit comments

Comments
 (0)