Skip to content

Commit 6fb6d0d

Browse files
goroshirowpicnixz
andauthored
Update Doc/library/functions.rst
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
1 parent 4085a0d commit 6fb6d0d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/functions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -641,8 +641,8 @@ are always available. They are listed here in alphabetical order.
641641
return the current global and local dictionary, respectively, which may be
642642
useful to pass around for use by :func:`eval` or :func:`exec`.
643643

644-
If the given source is a string or a bytes-like object, then leading and trailing spaces and tabs
645-
are stripped.
644+
If the given source is a string or a bytes-like object, then leading
645+
and trailing spaces and tabs are stripped.
646646

647647
See :func:`ast.literal_eval` for a function to evaluate strings
648648
with expressions containing only literals.

0 commit comments

Comments
 (0)