Commit f1b77b1
committed
py312: fix AttributeError doctests (manual changes)
In python 3.12, attribute errors add a suggestion at the end of the
usual error message ("Did you mean ...?").
We add ... at the end of these doctest outputs to fix it.
This commit has a few manual changes which didn't match the sed pattern
in the previous commit.1 parent bf4b9e5 commit f1b77b1
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2856 | 2856 | | |
2857 | 2857 | | |
2858 | 2858 | | |
2859 | | - | |
| 2859 | + | |
2860 | 2860 | | |
2861 | 2861 | | |
2862 | 2862 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
636 | 636 | | |
637 | 637 | | |
638 | 638 | | |
639 | | - | |
| 639 | + | |
640 | 640 | | |
641 | 641 | | |
642 | 642 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13712 | 13712 | | |
13713 | 13713 | | |
13714 | 13714 | | |
13715 | | - | |
| 13715 | + | |
13716 | 13716 | | |
13717 | 13717 | | |
13718 | 13718 | | |
| |||
0 commit comments