summaryrefslogtreecommitdiffstats
path: root/Doc/using
diff options
context:
space:
mode:
authorChristopher Chavez <chrischavez@gmx.us>2023-04-24 13:40:30 (GMT)
committerGitHub <noreply@github.com>2023-04-24 13:40:30 (GMT)
commit014f1319347d7cee3c8aa6c21a1cdf2e4998ef78 (patch)
tree475f6f61981c8bb3f88847869268fcd07a04c688 /Doc/using
parentaf530469954e8ad49f1e071ef31c844b9bfda414 (diff)
downloadcpython-014f1319347d7cee3c8aa6c21a1cdf2e4998ef78.zip
cpython-014f1319347d7cee3c8aa6c21a1cdf2e4998ef78.tar.gz
cpython-014f1319347d7cee3c8aa6c21a1cdf2e4998ef78.tar.bz2
Change 'dependant' to 'dependent' (#103745)
The word 'dependent' is both an adjective and a noun. A 'dependant' is a British alternative spelling for the noun form. In idlelib.sidebar, 'OS-dependant' is an adjective and clearly wrong. In 'Using', 'dependant' as a noun would be acceptable in Britain, but we use American spellings in Python docs. https://www.merriam-webster.com/words-at-play/spelling-variants-dependent-vs-dependant
Diffstat (limited to 'Doc/using')
-rw-r--r--Doc/using/windows.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst
index 1c4e41c..380950e 100644
--- a/Doc/using/windows.rst
+++ b/Doc/using/windows.rst
@@ -470,7 +470,7 @@ user's system, including environment variables, system registry settings, and
installed packages. The standard library is included as pre-compiled and
optimized ``.pyc`` files in a ZIP, and ``python3.dll``, ``python37.dll``,
``python.exe`` and ``pythonw.exe`` are all provided. Tcl/tk (including all
-dependants, such as Idle), pip and the Python documentation are not included.
+dependents, such as Idle), pip and the Python documentation are not included.
.. note::