[Python-checkins] [3.11] Fix typos in Doc folder (GH-100880). (#100914)

hugovk webhook-mailer at python.org
Tue Jan 10 04:42:09 EST 2023


https://github.com/python/cpython/commit/1e74a12bde76de203a23edf114941fd46d91e9cd
commit: 1e74a12bde76de203a23edf114941fd46d91e9cd
branch: 3.11
author: Hugo van Kemenade <hugovk at users.noreply.github.com>
committer: hugovk <hugovk at users.noreply.github.com>
date: 2023-01-10T11:42:03+02:00
summary:

[3.11] Fix typos in Doc folder (GH-100880). (#100914)

Co-authored-by: Semen Zhydenko <semen.zhydenko at gmail.com>

files:
M Doc/library/ctypes.rst

diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst
index 5208f254a5a9..282dff38c206 100644
--- a/Doc/library/ctypes.rst
+++ b/Doc/library/ctypes.rst
@@ -389,7 +389,7 @@ regular, non-variadic, function arguments:
 
    libc.printf.argtypes = [ctypes.c_char_p]
 
-Because specifying the attribute does inhibit portability it is adviced to always
+Because specifying the attribute does inhibit portability it is advised to always
 specify ``argtypes`` for all variadic functions.
 
 



More information about the Python-checkins mailing list