We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0374e3d commit 8dab3a4Copy full SHA for 8dab3a4
didyoumean/didyoumean_sugg_tests.py
@@ -1909,7 +1909,7 @@ def test_old_print_syntax(self):
1909
1910
def test_old_print_chevron_syntax(self):
1911
"""Trying old print chevron syntax (before Python 3)."""
1912
- before, mid1, mid2, after = ranges_between((3, 0), (3, 6), (3, 14, 0, 'beta'))
+ before, mid1, mid2, after = ranges_between((3, 0), (3, 6), (3, 14, 0, 'alpha', 1))
1913
code = "with open('/dev/null', 'w') as f:\n\tprint >> f, 5"
1914
sugg = '"print(<message>, file=<output_stream>)"'
1915
good_code = "with open('/dev/null', 'w') as f:\n\tprint('5', file=f)"
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments