summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial
diff options
context:
space:
mode:
authorpartev <petrosyan@gmail.com>2022-08-30 11:14:08 (GMT)
committerGitHub <noreply@github.com>2022-08-30 11:14:08 (GMT)
commitb17aae8bbd13bec28b7ecbb5a147503f2e9cf365 (patch)
treedffc221737f41e055aea3e8334a077abdbdd788a /Doc/tutorial
parent860fa351452de1502da12ec6f027d3f72dfc309f (diff)
downloadcpython-b17aae8bbd13bec28b7ecbb5a147503f2e9cf365.zip
cpython-b17aae8bbd13bec28b7ecbb5a147503f2e9cf365.tar.gz
cpython-b17aae8bbd13bec28b7ecbb5a147503f2e9cf365.tar.bz2
gh-95413: Remove references to deprecated CGI library (#95414)
Diffstat (limited to 'Doc/tutorial')
-rw-r--r--Doc/tutorial/whatnow.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/whatnow.rst b/Doc/tutorial/whatnow.rst
index 5f7010c..dbe2d7f 100644
--- a/Doc/tutorial/whatnow.rst
+++ b/Doc/tutorial/whatnow.rst
@@ -17,7 +17,7 @@ the set are:
reference material about types, functions, and the modules in the standard
library. The standard Python distribution includes a *lot* of additional code.
There are modules to read Unix mailboxes, retrieve documents via HTTP, generate
- random numbers, parse command-line options, write CGI programs, compress data,
+ random numbers, parse command-line options, compress data,
and many other tasks. Skimming through the Library Reference will give you an
idea of what's available.