gh-99276 - Updated Doc/faq/general.rst (#101396)
https://github.com/python/cpython/commit/df0068ce4827471cc2962631ee64f6f38e8... commit: df0068ce4827471cc2962631ee64f6f38e818ec4 branch: main author: Raj <51259329+workingpayload@users.noreply.github.com> committer: hugovk <hugovk@users.noreply.github.com> date: 2023-01-31T17:16:17+02:00 summary: gh-99276 - Updated Doc/faq/general.rst (#101396) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> files: M Doc/faq/general.rst diff --git a/Doc/faq/general.rst b/Doc/faq/general.rst index 489bca76432d..6256deb5797c 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
participants (1)
-
hugovk