summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/string.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/c-api/string.rst')
-rw-r--r--Doc/c-api/string.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/string.rst b/Doc/c-api/string.rst
index 32dc274..a8baf29 100644
--- a/Doc/c-api/string.rst
+++ b/Doc/c-api/string.rst
@@ -88,7 +88,7 @@ called with a non-string parameter.
| :attr:`%%` | *n/a* | The literal % character. |
+-------------------+---------------+--------------------------------+
| :attr:`%c` | int | A single character, |
- | | | represented as an C int. |
+ | | | represented as a C int. |
+-------------------+---------------+--------------------------------+
| :attr:`%d` | int | Exactly equivalent to |
| | | ``printf("%d")``. |