summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.3.rst
diff options
context:
space:
mode:
authorWill Hawkins <8715530+hawkinsw@users.noreply.github.com>2022-10-01 23:41:06 (GMT)
committerGitHub <noreply@github.com>2022-10-01 23:41:06 (GMT)
commitbd7d0e875e6955dd69cde18a034e59a75b8b4d00 (patch)
treeed258540b7b5cd3a14f51abf8c4ccfedf81f157a /Doc/whatsnew/3.3.rst
parentf00645d5dbf4cfa0b8f382c8977724578dff191d (diff)
downloadcpython-bd7d0e875e6955dd69cde18a034e59a75b8b4d00.zip
cpython-bd7d0e875e6955dd69cde18a034e59a75b8b4d00.tar.gz
cpython-bd7d0e875e6955dd69cde18a034e59a75b8b4d00.tar.bz2
Fix capitalization of Unix in documentation (#96913)
Diffstat (limited to 'Doc/whatsnew/3.3.rst')
-rw-r--r--Doc/whatsnew/3.3.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
index 1b5b683..2d78f81 100644
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -1898,7 +1898,7 @@ socket
family on OS X. (Contributed by Michael Goderbauer in :issue:`13777`.)
* New function :func:`~socket.sethostname` allows the hostname to be set
- on unix systems if the calling process has sufficient privileges.
+ on Unix systems if the calling process has sufficient privileges.
(Contributed by Ross Lagerwall in :issue:`10866`.)