diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-10-27 18:45:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-27 18:45:52 (GMT) |
commit | e84b06c05a90c2f32a8e904f0a43ccc8c1cc88e3 (patch) | |
tree | ea325299a5da6e7aabc2ca576162cf305fe3f277 | |
parent | a9e0455bd318cac76016a9272c89b4bb0ff9448b (diff) | |
download | cpython-e84b06c05a90c2f32a8e904f0a43ccc8c1cc88e3.zip cpython-e84b06c05a90c2f32a8e904f0a43ccc8c1cc88e3.tar.gz cpython-e84b06c05a90c2f32a8e904f0a43ccc8c1cc88e3.tar.bz2 |
[3.11] gh-111406: Fix broken link to bpython's site (GH-111407) (#111409)
gh-111406: Fix broken link to bpython's site (GH-111407)
(cherry picked from commit 8a158a753c48d166ebceae0687e88ae0c0725c02)
Co-authored-by: Zack Cerza <zack@cerza.org>
-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/ |