summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Objects/stringobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/stringobject.c b/Objects/stringobject.c
index 0425b1b..31aeaa7 100644
--- a/Objects/stringobject.c
+++ b/Objects/stringobject.c
@@ -3867,7 +3867,7 @@ PyString_Format(PyObject *format, PyObject *args)
}
#endif
/* Fall through */
- case 'r':
+ case 'r':
if (c == 's')
temp = PyObject_Str(v);
else