cpython/Doc/tutorial
Stephen Rosen 4a2282b067
Prefer "similar" over "equivalent" in tutorial (#125343)
In the datastructures tutorial doc, some operations are described as
"equivalent to" others. This has led to some user-confusion -- at
least in the Discourse forums -- about cases in which the operations
differ.

This change doesn't systematically eliminate the word "equivalent"
from the tutorial. It just substitutes "similar to" in several cases
in which "equivalent to" could mislead users into expecting exact
equivalence.
2024-10-12 16:21:55 -04:00
..
appendix.rst GH-109975: Copyedit 3.13 What's New: New Features (#122990) 2024-08-15 10:08:15 +01:00
appetite.rst bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) 2021-09-22 20:33:36 +03:00
classes.rst gh-101100: Add a table of class attributes to the "Custom classes" section of the data model docs (#124480) 2024-09-25 19:29:58 +00:00
controlflow.rst Doc: Fix a typo in "Function Examples" in the control-flow tutorial (#125338) 2024-10-12 01:40:33 +01:00
datastructures.rst Prefer "similar" over "equivalent" in tutorial (#125343) 2024-10-12 16:21:55 -04:00
errors.rst Update to 3.13 the output of exceptions raised (#123888) 2024-09-13 15:17:30 +00:00
floatingpoint.rst gh-123492: Remove unnecessary :func: parentheses (#123493) 2024-08-30 14:34:09 +03:00
index.rst bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378) 2021-07-27 00:11:55 +02:00
inputoutput.rst gh-122944: Fix incorrect prompt strings in the Python Tutorial (#122949) 2024-08-12 14:30:08 -04:00
interactive.rst gh-111406: Fix broken link to bpython's site (#111407) 2023-10-27 18:36:22 +00:00
interpreter.rst Python 3.14.0a0 2024-05-08 16:57:05 +02:00
introduction.rst Docs: make a tutorial example more precise (#125066) 2024-10-07 19:41:13 -04:00
modules.rst gh-101100: Consolidate documentation on ModuleType attributes (#124709) 2024-10-09 10:53:57 +00:00
stdlib.rst gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) 2024-07-19 08:06:02 +00:00
stdlib2.rst gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) 2024-07-19 08:06:02 +00:00
venv.rst docs: fix a few typos identified by codespell (#119516) 2024-05-25 18:13:31 -07:00
whatnow.rst gh-95413: Remove references to deprecated CGI library (#95414) 2022-08-30 13:14:08 +02:00