diff options
author | Pablo Galindo <Pablogsal@gmail.com> | 2021-05-03 23:28:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-03 23:28:47 (GMT) |
commit | 0aaf13a7140f411c2f1e7b206e1331ad8589ebed (patch) | |
tree | 3e2f62643e51ee9da155f7df90d9039d83607f3d /README.rst | |
parent | b05352e4c2f25b292fb7de0ab927e74415bc2dd8 (diff) | |
download | cpython-0aaf13a7140f411c2f1e7b206e1331ad8589ebed.zip cpython-0aaf13a7140f411c2f1e7b206e1331ad8589ebed.tar.gz cpython-0aaf13a7140f411c2f1e7b206e1331ad8589ebed.tar.bz2 |
Correct the version of the first alpha in the README.rst (GH-25862)
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -This is Python version 3.11.0 alpha 1 +This is Python version 3.11.0 alpha 0 ===================================== .. image:: https://travis-ci.com/python/cpython.svg?branch=main |