Skip to content

Commit 1b7a12f

Browse files
Update Doc/library/stdtypes.rst
Co-authored-by: Stan Ulbrych <stan@python.org>
1 parent 39e7b78 commit 1b7a12f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/stdtypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3119,7 +3119,7 @@ String objects have one unique built-in operation: the ``%`` operator (modulo).
31193119
This is also known as the string *formatting* or *interpolation* operator.
31203120
Given ``format % values`` (where *format* is a string), ``%`` conversion
31213121
specifications in *format* are replaced with zero or more elements of *values*.
3122-
The effect is similar to using :c:func:`sprintf` in the C language.
3122+
The effect is similar to using the :c:func:`sprintf` function in the C language.
31233123
For example:
31243124

31253125
.. doctest::

0 commit comments

Comments
 (0)