Skip to content

Commit ee6ac99

Browse files
committed
Fix doctest indentation
1 parent d6fed46 commit ee6ac99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ To write a t-string, use a ``'t'`` prefix instead of an ``'f'``:
264264
>>> variety = "Stilton"
265265
>>> template = t"Try some {variety} cheese!"
266266
>>> type(template)
267-
<class 'string.templatelib.Template'>
267+
<class 'string.templatelib.Template'>
268268

269269
Iterate over :class:`!Template` instances to access their parts in order:
270270

0 commit comments

Comments
 (0)