From eddab47ef650954f8b7e13fe9639985cd68c297b Mon Sep 17 00:00:00 2001 From: Vincent Delecroix <20100.delecroix@gmail.com> Date: Thu, 20 Sep 2018 15:25:26 +0200 Subject: [PATCH] 26307: fix doctests --- src/sage/combinat/words/morphism.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/sage/combinat/words/morphism.py b/src/sage/combinat/words/morphism.py index dfabe2ef180..c80b4612911 100644 --- a/src/sage/combinat/words/morphism.py +++ b/src/sage/combinat/words/morphism.py @@ -747,7 +747,8 @@ def __call__(self, w, order=1, datatype=None): doctest:warning ... DeprecationWarning: the "datatype" argument is deprecated - See http://trac.sagemath.org/26307 for details. + See https://trac.sagemath.org/26307 for details. + sage: type(w) sage: w = m('aaab',datatype='str') @@ -767,7 +768,7 @@ def __call__(self, w, order=1, datatype=None): doctest:warning ... DeprecationWarning: the "datatype" argument is deprecated - See http://trac.sagemath.org/26307 for details. + See https://trac.sagemath.org/26307 for details. sage: type(w) sage: w = m([0],4,datatype='str')