From 98686ba6e5f80c67654855fabe89384fcb6a1274 Mon Sep 17 00:00:00 2001 From: Semen Zhydenko Date: Tue, 10 Jan 2023 10:04:06 +0100 Subject: [PATCH] [3.10] Fix typos in Doc folder (GH-100880). (cherry picked from commit 35650f25383efce83b62d5273110ab8dcdbcc254) Co-authored-by: Semen Zhydenko --- Doc/library/ctypes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst index 077a205695a5c9..d1922aaf165a3a 100644 --- a/Doc/library/ctypes.rst +++ b/Doc/library/ctypes.rst @@ -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.