Skip to content

Commit d31b718

Browse files
Update Python/bltinmodule.c
Co-authored-by: Jelle Zijlstra <[email protected]>
1 parent f9d3f8c commit d31b718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/bltinmodule.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3014,7 +3014,7 @@ static PyMethodDef builtin_methods[] = {
30143014
};
30153015

30163016
PyDoc_STRVAR(builtin_doc,
3017-
"Built-in functions, exceptions, and other objects.\n\
3017+
"Built-in functions, types, exceptions, and other objects.\n\
30183018
\n\
30193019
This module provides direct access to all 'built-in'\n\
30203020
identifiers of Python; for example, `builtins.open` is\n\

0 commit comments

Comments
 (0)