diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-10-27 18:44:33 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-27 18:44:33 (GMT) |
commit | 754fda88d1ec36b6277d11d9f8e9710b392eca19 (patch) | |
tree | 3cc3e1e7704fb7b925bce19b3a5bf43669de4ca9 /Doc/tutorial | |
parent | 713210985bb9115060be7fcce6fa25b39abb2378 (diff) | |
download | cpython-754fda88d1ec36b6277d11d9f8e9710b392eca19.zip cpython-754fda88d1ec36b6277d11d9f8e9710b392eca19.tar.gz cpython-754fda88d1ec36b6277d11d9f8e9710b392eca19.tar.bz2 |
[3.12] gh-111406: Fix broken link to bpython's site (GH-111407) (#111408)
gh-111406: Fix broken link to bpython's site (GH-111407)
(cherry picked from commit 8a158a753c48d166ebceae0687e88ae0c0725c02)
Co-authored-by: Zack Cerza <zack@cerza.org>
Diffstat (limited to 'Doc/tutorial')
-rw-r--r-- | Doc/tutorial/interactive.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/interactive.rst b/Doc/tutorial/interactive.rst index 0d3896a..4e054c4 100644 --- a/Doc/tutorial/interactive.rst +++ b/Doc/tutorial/interactive.rst @@ -51,4 +51,4 @@ bpython_. .. _GNU Readline: https://tiswww.case.edu/php/chet/readline/rltop.html .. _IPython: https://ipython.org/ -.. _bpython: https://www.bpython-interpreter.org/ +.. _bpython: https://bpython-interpreter.org/ |