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

Co-authored-by: Semen Zhydenko <semen.zhydenko@gmail.com>
This commit is contained in:
Hugo van Kemenade 2023-01-10 11:42:03 +02:00 committed by GitHub
parent ecb3be91b4
commit 1e74a12bde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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