[3.10] Fix typos in Doc folder (GH-100880). (#100915)

Co-authored-by: Semen Zhydenko <semen.zhydenko@gmail.com>
This commit is contained in:
Hugo van Kemenade 2023-01-10 11:42:14 +02:00 committed by GitHub
parent f6decc57f7
commit 65b01b23bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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.