From 0836d1227f7ef2a9df2629ccb2d3274374f828a4 Mon Sep 17 00:00:00 2001 From: Dave Peck Date: Mon, 21 Oct 2024 08:06:24 -0700 Subject: [PATCH] Clarify what we mean about bringing logic to Python Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> --- peps/pep-0750.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peps/pep-0750.rst b/peps/pep-0750.rst index 6b203489e5d..3440463df4d 100644 --- a/peps/pep-0750.rst +++ b/peps/pep-0750.rst @@ -748,7 +748,7 @@ undertaking. We expect that template strings will provide framework authors with a powerful new tool in their toolbox. While the functionality of template strings overlaps with existing tools like template engines, t-strings move that logic into -Python itself. Bringing the full power and generality of Python to bear on +the language itself. Bringing the full power and generality of Python to bear on string processing tasks opens new possibilities for framework authors.