There was an error while loading. Please reload this page.
1 parent 1b7a12f commit cc46d65Copy full SHA for cc46d65
1 file changed
Doc/library/stdtypes.rst
@@ -4427,7 +4427,7 @@ the ``%`` operator (modulo).
4427
This is also known as the bytes *formatting* or *interpolation* operator.
4428
Given ``format % values`` (where *format* is a bytes object), ``%`` conversion
4429
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.
+The effect is similar to using the :c:func:`sprintf` function in the C language.
4431
4432
If *format* requires a single argument, *values* may be a single non-tuple
4433
object. [5]_ Otherwise, *values* must be a tuple with exactly the number of
0 commit comments