From: Hugo van Kemenade Date: Tue, 10 Jan 2023 09:42:14 +0000 (+0200) Subject: [3.10] Fix typos in Doc folder (GH-100880). (#100915) X-Git-Tag: v3.10.10~51 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=65b01b23bca905d2b5ef62b03425f40ef522f314;p=thirdparty%2FPython%2Fcpython.git [3.10] Fix typos in Doc folder (GH-100880). (#100915) Co-authored-by: Semen Zhydenko --- diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst index 077a205695a5..d1922aaf165a 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.