Skip to content

Commit cc46d65

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

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
@@ -4427,7 +4427,7 @@ the ``%`` operator (modulo).
44274427
This is also known as the bytes *formatting* or *interpolation* operator.
44284428
Given ``format % values`` (where *format* is a bytes object), ``%`` conversion
44294429
specifications in *format* are replaced with zero or more elements of *values*.
4430-
The effect is similar to using :c:func:`sprintf` in the C language.
4430+
The effect is similar to using the :c:func:`sprintf` function in the C language.
44314431

44324432
If *format* requires a single argument, *values* may be a single non-tuple
44334433
object. [5]_ Otherwise, *values* must be a tuple with exactly the number of

0 commit comments

Comments
 (0)