Skip to content

Commit 2da418b

Browse files
davepeckloic-simon
andauthored
Update Doc/library/string.templatelib.rst
Co-authored-by: Loïc Simon <[email protected]>
1 parent 04c2e8d commit 2da418b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/string.templatelib.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,8 @@ Helper functions
306306

307307
Three conversion flags are currently supported:
308308

309-
* ``'!s'`` which calls :func:`str` on the value,
310-
* ``'!r'`` which calls :func:`repr`, and
311-
* ``'!a'`` which calls :func:`ascii`.
309+
* ``'s'`` which calls :func:`str` on the value,
310+
* ``'r'`` which calls :func:`repr`, and
311+
* ``'a'`` which calls :func:`ascii`.
312312

313313
If the conversion flag is ``None``, *obj* is returned unchanged.

0 commit comments

Comments
 (0)