From: Hugo van Kemenade Date: Tue, 10 Jan 2023 09:42:03 +0000 (+0200) Subject: [3.11] Fix typos in Doc folder (GH-100880). (#100914) X-Git-Tag: v3.11.2~78 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1e74a12bde76de203a23edf114941fd46d91e9cd;p=thirdparty%2FPython%2Fcpython.git [3.11] Fix typos in Doc folder (GH-100880). (#100914) Co-authored-by: Semen Zhydenko --- diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst index 5208f254a5a9..282dff38c206 100644 --- a/Doc/library/ctypes.rst +++ b/Doc/library/ctypes.rst @@ -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.