Skip to content

Commit 4c520f1

Browse files
committed
Remove extraneous docstring
1 parent d567dc1 commit 4c520f1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

peps/pep-0750.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,6 @@ Template strings evaluate to an instance of a new type, ``<<TBD>>.Template``:
139139
.. code-block:: python
140140
141141
class Template:
142-
"""Simulated implementation of the PEP750 Template type."""
143-
144142
strings: tuple[str, ...]
145143
"""
146144
A tuple of the N+1 string parts of the template, where N is

0 commit comments

Comments
 (0)