Skip to content

Commit

Permalink
Update peps/pep-0750.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Nice Zombies <[email protected]>
  • Loading branch information
davepeck and nineteendo authored Oct 21, 2024
1 parent feee2d1 commit f45519f
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 @@ -499,7 +499,7 @@ of the template and only reprocess the dynamic parts when the template is
evaluated with different values. Access to the static parts can be done with
``template.args[::2]``.

Interleaving is an invariant mainted by the ``Template`` class. Developers can
Interleaving is an invariant maintained by the ``Template`` class. Developers can
take advantage of it but they are not required to themselves maintain it.
Specifically, ``Template.__init__()`` can be called with ``str`` and
``Interpolation`` instances in *any* order; the constructor will "interleave" them
Expand Down

0 comments on commit f45519f

Please sign in to comment.