commit | e2c277a69f86480ce950399a2e8a215a48ee60cd | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sun Nov 16 16:36:58 2003 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sun Nov 16 16:36:58 2003 +0000 |
tree | fe2628aa019803b4177a7b31889d456d29c17be6 | |
parent | a690a9967e715663b7a421c9ebdad91381cdf1e4 [diff] [blame] |
Fix output spacing typo
diff --git a/Objects/setobject.c b/Objects/setobject.c index 0845840..61ba853 100644 --- a/Objects/setobject.c +++ b/Objects/setobject.c
@@ -722,7 +722,7 @@ if (firstpass == 1) firstpass = 0; else - fprintf(fp, ","); + fprintf(fp, ", "); if (PyObject_Print(item, fp, 0) != 0) { Py_DECREF(it); Py_DECREF(item);