mirror of https://github.com/python/cpython.git
[3.11] Fix typos in Doc folder (GH-100880). (#100914)
Co-authored-by: Semen Zhydenko <semen.zhydenko@gmail.com>
This commit is contained in:
parent
ecb3be91b4
commit
1e74a12bde
|
@ -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.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue