Skip to content

Commit 1e74a12

Browse files
hugovkss18
andauthored
[3.11] Fix typos in Doc folder (GH-100880). (#100914)
Co-authored-by: Semen Zhydenko <semen.zhydenko@gmail.com>
1 parent ecb3be9 commit 1e74a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/ctypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ regular, non-variadic, function arguments:
389389
390390
libc.printf.argtypes = [ctypes.c_char_p]
391391
392-
Because specifying the attribute does inhibit portability it is adviced to always
392+
Because specifying the attribute does inhibit portability it is advised to always
393393
specify ``argtypes`` for all variadic functions.
394394

395395

0 commit comments

Comments
 (0)