From 97fceee3b9c7037c1b2328fe96f58ec55eee6b85 Mon Sep 17 00:00:00 2001 From: Tal Einat Date: Sat, 16 May 2015 14:12:15 +0300 Subject: [PATCH] Argument Clinic: added missing bit of info in howto --- Doc/howto/clinic.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/howto/clinic.rst b/Doc/howto/clinic.rst index cb208d50b1..4ff475fb3f 100644 --- a/Doc/howto/clinic.rst +++ b/Doc/howto/clinic.rst @@ -826,6 +826,7 @@ on the right is the text you'd replace it with. ``'I'`` ``unsigned_int(bitwise=True)`` ``'k'`` ``unsigned_long(bitwise=True)`` ``'K'`` ``unsigned_PY_LONG_LONG(bitwise=True)`` +``'l'`` ``long`` ``'L'`` ``PY_LONG_LONG`` ``'n'`` ``Py_ssize_t`` ``'O'`` ``object`` -- 2.40.0