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

Commit

Permalink
26307: fix doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
videlec committed Sep 20, 2018
1 parent 4036c1c commit eddab47
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/sage/combinat/words/morphism.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<class 'sage.combinat.words.word.FiniteWord_list'>
sage: w = m('aaab',datatype='str')
Expand All @@ -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)
<class 'sage.combinat.words.word.FiniteWord_list'>
sage: w = m([0],4,datatype='str')
Expand Down

0 comments on commit eddab47

Please sign in to comment.