@@ -133,7 +133,7 @@ What's New
133133----------
134134
135135We have a comprehensive overview of the changes in the `What's New in Python
136- 3.10 <https://docs.python.org/3.10 /whatsnew/3.10 .html> `_ document. For a more
136+ 3.11 <https://docs.python.org/3.11 /whatsnew/3.11 .html> `_ document. For a more
137137detailed change log, read `Misc/NEWS
138138<https://github.com/python/cpython/blob/main/Misc/NEWS.d> `_, but a full
139139accounting of changes can only be gleaned from the `commit history
@@ -146,7 +146,7 @@ entitled "Installing multiple versions".
146146Documentation
147147-------------
148148
149- `Documentation for Python 3.10 <https://docs.python.org/3.10 / >`_ is online,
149+ `Documentation for Python 3.11 <https://docs.python.org/3.11 / >`_ is online,
150150updated daily.
151151
152152It can also be downloaded in many formats for faster access. The documentation
@@ -205,8 +205,8 @@ intend to install multiple versions using the same prefix you must decide which
205205version (if any) is your "primary" version. Install that version using ``make
206206install ``. Install all other versions using ``make altinstall ``.
207207
208- For example, if you want to install Python 2.7, 3.6, and 3.10 with 3.10 being the
209- primary version, you would execute ``make install `` in your 3.10 build directory
208+ For example, if you want to install Python 2.7, 3.6, and 3.11 with 3.11 being the
209+ primary version, you would execute ``make install `` in your 3.11 build directory
210210and ``make altinstall `` in the others.
211211
212212
0 commit comments