We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4085a0d commit 6fb6d0dCopy full SHA for 6fb6d0d
1 file changed
Doc/library/functions.rst
@@ -641,8 +641,8 @@ are always available. They are listed here in alphabetical order.
641
return the current global and local dictionary, respectively, which may be
642
useful to pass around for use by :func:`eval` or :func:`exec`.
643
644
- If the given source is a string or a bytes-like object, then leading and trailing spaces and tabs
645
- are stripped.
+ If the given source is a string or a bytes-like object, then leading
+ and trailing spaces and tabs are stripped.
646
647
See :func:`ast.literal_eval` for a function to evaluate strings
648
with expressions containing only literals.
0 commit comments