Skip to content

Commit 87e07bf

Browse files
committed
Remove backticks
1 parent d31b718 commit 87e07bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Python/bltinmodule.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -3017,8 +3017,8 @@ PyDoc_STRVAR(builtin_doc,
30173017
"Built-in functions, types, exceptions, and other objects.\n\
30183018
\n\
30193019
This module provides direct access to all 'built-in'\n\
3020-
identifiers of Python; for example, `builtins.open` is\n\
3021-
the full name for the built-in function `open()`.\n\
3020+
identifiers of Python; for example, builtins.open is\n\
3021+
the full name for the built-in function open().\n\
30223022
\n\
30233023
This module is not normally accessed explicitly by most\n\
30243024
applications, but can be useful in modules that provide\n\

0 commit comments

Comments
 (0)