There was an error while loading. Please reload this page.
1 parent 39e7b78 commit 1b7a12fCopy full SHA for 1b7a12f
1 file changed
Doc/library/stdtypes.rst
@@ -3119,7 +3119,7 @@ String objects have one unique built-in operation: the ``%`` operator (modulo).
3119
This is also known as the string *formatting* or *interpolation* operator.
3120
Given ``format % values`` (where *format* is a string), ``%`` conversion
3121
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.
+The effect is similar to using the :c:func:`sprintf` function in the C language.
3123
For example:
3124
3125
.. doctest::
0 commit comments