diff options
author | Raj <51259329+workingpayload@users.noreply.github.com> | 2023-01-31 15:16:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-31 15:16:17 (GMT) |
commit | df0068ce4827471cc2962631ee64f6f38e818ec4 (patch) | |
tree | cb2726a4082436cc3c447fcfb9b9cb824eb1329f /Doc | |
parent | 1a62ae84c687791bc1dfb54d1eb75e1c7277bb04 (diff) | |
download | cpython-df0068ce4827471cc2962631ee64f6f38e818ec4.zip cpython-df0068ce4827471cc2962631ee64f6f38e818ec4.tar.gz cpython-df0068ce4827471cc2962631ee64f6f38e818ec4.tar.bz2 |
gh-99276 - Updated Doc/faq/general.rst (#101396)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/faq/general.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/faq/general.rst b/Doc/faq/general.rst index 489bca7..6256deb 100644 --- a/Doc/faq/general.rst +++ b/Doc/faq/general.rst @@ -248,8 +248,8 @@ Are there any published articles about Python that I can reference? It's probably best to cite your favorite book about Python. -The very first article about Python was written in 1991 and is now quite -outdated. +The `very first article <https://ir.cwi.nl/pub/18204>`_ about Python was +written in 1991 and is now quite outdated. Guido van Rossum and Jelke de Boer, "Interactively Testing Remote Servers Using the Python Programming Language", CWI Quarterly, Volume 4, Issue 4 |