]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] Fix typos in Doc folder (GH-100880). (#100914)
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Tue, 10 Jan 2023 09:42:03 +0000 (11:42 +0200)
committerGitHub <noreply@github.com>
Tue, 10 Jan 2023 09:42:03 +0000 (11:42 +0200)
Co-authored-by: Semen Zhydenko <semen.zhydenko@gmail.com>
Doc/library/ctypes.rst

index 5208f254a5a9941d4ca32a540af7b7fb146a1803..282dff38c206b0cf23ef549017185c971a78bdf2 100644 (file)
@@ -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.