Skip to content

Commit 65b01b2

Browse files
hugovkss18
andauthored
[3.10] Fix typos in Doc folder (GH-100880). (#100915)
Co-authored-by: Semen Zhydenko <[email protected]>
1 parent f6decc5 commit 65b01b2

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
@@ -390,7 +390,7 @@ regular, non-variadic, function arguments:
390390
391391
libc.printf.argtypes = [ctypes.c_char_p]
392392
393-
Because specifying the attribute does inhibit portability it is adviced to always
393+
Because specifying the attribute does inhibit portability it is advised to always
394394
specify ``argtypes`` for all variadic functions.
395395

396396

0 commit comments

Comments
 (0)