diff options
-rw-r--r-- | Doc/library/functions.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index a5dacc6..69f5d64 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -123,6 +123,8 @@ available. They are listed here in alphabetical order. Without an argument, an array of size 0 is created. + .. versionadded:: 2.6 + .. function:: callable(object) |