We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6fed46 commit ee6ac99Copy full SHA for ee6ac99
Doc/whatsnew/3.14.rst
@@ -264,7 +264,7 @@ To write a t-string, use a ``'t'`` prefix instead of an ``'f'``:
264
>>> variety = "Stilton"
265
>>> template = t"Try some {variety} cheese!"
266
>>> type(template)
267
- <class 'string.templatelib.Template'>
+ <class 'string.templatelib.Template'>
268
269
Iterate over :class:`!Template` instances to access their parts in order:
270
0 commit comments