diff options
author | Zack Cerza <zack@cerza.org> | 2023-10-27 18:36:22 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-27 18:36:22 (GMT) |
commit | 8a158a753c48d166ebceae0687e88ae0c0725c02 (patch) | |
tree | 2ca1b8a0bea9e56f831b5066a1ebf1a4e738de89 /Doc/tutorial | |
parent | 9a2f2f46caa556eae4c3ac3b45efa85bd91cc807 (diff) | |
download | cpython-8a158a753c48d166ebceae0687e88ae0c0725c02.zip cpython-8a158a753c48d166ebceae0687e88ae0c0725c02.tar.gz cpython-8a158a753c48d166ebceae0687e88ae0c0725c02.tar.bz2 |
gh-111406: Fix broken link to bpython's site (#111407)
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/ |