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

index 077a205695a5c9ab121d6ae6f3205961aeb000cf..d1922aaf165a3ac62d2b5374e0742b7828e19436 100644 (file)
@@ -390,7 +390,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.