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 04c2e8d commit 2da418bCopy full SHA for 2da418b
Doc/library/string.templatelib.rst
@@ -306,8 +306,8 @@ Helper functions
306
307
Three conversion flags are currently supported:
308
309
- * ``'!s'`` which calls :func:`str` on the value,
310
- * ``'!r'`` which calls :func:`repr`, and
311
- * ``'!a'`` which calls :func:`ascii`.
+ * ``'s'`` which calls :func:`str` on the value,
+ * ``'r'`` which calls :func:`repr`, and
+ * ``'a'`` which calls :func:`ascii`.
312
313
If the conversion flag is ``None``, *obj* is returned unchanged.
0 commit comments