Skip to content

Commit

Permalink
Clarify what we mean about bringing logic to Python
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
  • Loading branch information
davepeck and AA-Turner authored Oct 21, 2024
1 parent e2690d1 commit 0836d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peps/pep-0750.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down

0 comments on commit 0836d12

Please sign in to comment.