diff options
| author | Georg Brandl <georg@python.org> | 2010-10-06 10:11:56 +0000 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-10-06 10:11:56 +0000 |
| commit | 60203b41b03d03361754d264543d5fbe6259eb25 (patch) | |
| tree | 005d0d6be6437244ae360ebc0d65fa7b149a8093 /Doc/tutorial | |
| parent | 64a41edb039afee683d69bd6f72e3709ff11bd93 (diff) | |
| download | cpython-git-60203b41b03d03361754d264543d5fbe6259eb25.tar.gz | |
Migrate to Sphinx 1.0 C language constructs.
Diffstat (limited to 'Doc/tutorial')
| -rw-r--r-- | Doc/tutorial/inputoutput.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/inputoutput.rst b/Doc/tutorial/inputoutput.rst index 84e83b5d7d..04665f8801 100644 --- a/Doc/tutorial/inputoutput.rst +++ b/Doc/tutorial/inputoutput.rst @@ -208,7 +208,7 @@ Old string formatting --------------------- The ``%`` operator can also be used for string formatting. It interprets the -left argument much like a :cfunc:`sprintf`\ -style format string to be applied +left argument much like a :c:func:`sprintf`\ -style format string to be applied to the right argument, and returns the string resulting from this formatting operation. For example:: |
