diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-01-31 15:27:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-31 15:27:55 (GMT) |
commit | 9e4ba5c4bf84b2a77b5d2334105a7879c219456f (patch) | |
tree | 43a21b3409c7d2be637ede6a63ff6b779915d033 /Doc | |
parent | 0c37ea9abad2eae146ce117eca0503aaedc96c0f (diff) | |
download | cpython-9e4ba5c4bf84b2a77b5d2334105a7879c219456f.zip cpython-9e4ba5c4bf84b2a77b5d2334105a7879c219456f.tar.gz cpython-9e4ba5c4bf84b2a77b5d2334105a7879c219456f.tar.bz2 |
gh-99276 - Updated Doc/faq/general.rst (GH-101396)
(cherry picked from commit df0068ce4827471cc2962631ee64f6f38e818ec4)
Co-authored-by: Raj <51259329+workingpayload@users.noreply.github.com>
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 |